Example #1
0
 public EmployeesController(EmployeeManagmentNewContext context)
 {
     _context = context;
 }
Example #2
0
 public DepartmentsController(EmployeeManagmentNewContext context)
 {
     _context = context;
 }