public TechnicalEquipmentsController(ContractorsContext context)
 {
     _context = context;
 }
Example #2
0
 public BuildingMaterialsController(ContractorsContext context)
 {
     _context = context;
 }
 public ContractorsController(ContractorsContext context)
 {
     _context = context;
 }
Example #4
0
 public LicensesController(ContractorsContext context)
 {
     _context = context;
 }
Example #5
0
 public ManufacturersController(ContractorsContext context)
 {
     _context = context;
 }
 public TypesJobsController(ContractorsContext context)
 {
     _context = context;
 }
Example #7
0
 public ListWorksController(ContractorsContext context)
 {
     _context = context;
 }
Example #8
0
 public MainObjectsController(ContractorsContext context)
 {
     _context = context;
 }