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