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