Ejemplo n.º 1
0
 public LeaveRepository(ESUHAI_HRContext context)
 {
     _context = context;
 }
Ejemplo n.º 2
0
 public AuthenticationRepository(ESUHAI_HRContext context)
 {
     _context = context;
 }
Ejemplo n.º 3
0
 public EmployeeRepository(ESUHAI_HRContext context)
 {
     _context = context;
 }
Ejemplo n.º 4
0
 public ServicesRepository(ESUHAI_HRContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }