Example #1
0
 public ManagerRepository(EmployeeManagementContext dbContext)
 {
     _dbContext = dbContext;
 }
 public HumanResourcesRepository(EmployeeManagementContext context)
 {
     db = context;
 }
Example #3
0
 public EmployeeRepository(EmployeeManagementContext context)
 {
     _context = context;
 }