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