public EmployeeMastersController(EmployeeMgContext context, IHostingEnvironment hostingEnvironment)
 {
     _context            = context;
     _hostingEnvironment = hostingEnvironment;
 }
Beispiel #2
0
 public RegistrationsController(EmployeeMgContext context)
 {
     _context = context;
 }
 public DepartmentController(EmployeeMgContext context)
 {
     _context = context;
 }