public EmployeeRepository(EmployeeDbContext context)
 {
     Context = context;
 }
Exemplo n.º 2
0
 public DepartmentRepository(EmployeeDbContext context)
 {
     Context = context;
 }