public LastRepairRepository(PPRContext context) { _context = context; }
public BrigadeRepository(PPRContext context) { _context = context; }
public EquipmentRepository(PPRContext context) { _context = context; }
public PPRUnitOfWork(string connectinString) { _context = new PPRContext(connectinString); }
public DepartmentRepository(PPRContext context) { _context = context; }