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