public DepartmentsController(UcInventoryContext context) { _context = context; }
public EquipmentController(UcInventoryContext context) { _context = context; }
public AssignmentsDetailsController(UcInventoryContext context) { Context = context; }
public RepairsController(UcInventoryContext context) { _context = context; }
public EmployeesController(UcInventoryContext context) { _context = context; }
public VendorsController(UcInventoryContext context) { _context = context; }
public ManufacturersController(UcInventoryContext context) { _context = context; }
public StatesController(UcInventoryContext context) { _context = context; }
public AssignmentsController(UcInventoryContext context) { _context = context; }