Ejemplo n.º 1
0
 public ManagerRepository(EmployeeManagementContext dbContext)
 {
     _dbContext = dbContext;
 }
 public HumanResourcesRepository(EmployeeManagementContext context)
 {
     db = context;
 }
Ejemplo n.º 3
0
 public EmployeeRepository(EmployeeManagementContext context)
 {
     _context = context;
 }