public HomeController(IConfiguration configuration, IWebHostEnvironment env, IMapper mapper) { Configuration = configuration; _chapterportalDAL = new ChapterPortalDAL(); _env = env; _context = new chapter_portalContext(); _mapper = mapper; }
public ChapterPortalDAL() { _context = new chapter_portalContext(); }