public TypeIdentificationRepository(RAPPIContext conext)
 {
     _context = conext;
 }
Exemplo n.º 2
0
 public EmployeeRepository(RAPPIContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public AreaRepository(RAPPIContext conext)
 {
     _context = conext;
 }