Beispiel #1
0
 public LeaveRepository(ESUHAI_HRContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public AuthenticationRepository(ESUHAI_HRContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public EmployeeRepository(ESUHAI_HRContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public ServicesRepository(ESUHAI_HRContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }