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;
 }