Exemple #1
0
 public LastRepairRepository(PPRContext context)
 {
     _context = context;
 }
Exemple #2
0
 public BrigadeRepository(PPRContext context)
 {
     _context = context;
 }
Exemple #3
0
 public EquipmentRepository(PPRContext context)
 {
     _context = context;
 }
Exemple #4
0
 public PPRUnitOfWork(string connectinString)
 {
     _context = new PPRContext(connectinString);
 }
Exemple #5
0
 public DepartmentRepository(PPRContext context)
 {
     _context = context;
 }