public DepartmentsController(UcInventoryContext context)
 {
     _context = context;
 }
Пример #2
0
 public EquipmentController(UcInventoryContext context)
 {
     _context = context;
 }
Пример #3
0
 public AssignmentsDetailsController(UcInventoryContext context)
 {
     Context = context;
 }
Пример #4
0
 public RepairsController(UcInventoryContext context)
 {
     _context = context;
 }
Пример #5
0
 public EmployeesController(UcInventoryContext context)
 {
     _context = context;
 }
Пример #6
0
 public VendorsController(UcInventoryContext context)
 {
     _context = context;
 }
 public ManufacturersController(UcInventoryContext context)
 {
     _context = context;
 }
 public StatesController(UcInventoryContext context)
 {
     _context = context;
 }
Пример #9
0
 public AssignmentsController(UcInventoryContext context)
 {
     _context = context;
 }