public EmployeeRepository(EmployeeDbContext context)
 {
     Context = context;
 }
Example #2
0
 public DepartmentRepository(EmployeeDbContext context)
 {
     Context = context;
 }