public TypeIdentificationRepository(RAPPIContext conext)
 {
     _context = conext;
 }
예제 #2
0
 public EmployeeRepository(RAPPIContext context)
 {
     _context = context;
 }
예제 #3
0
 public AreaRepository(RAPPIContext conext)
 {
     _context = conext;
 }