public InterventionController(RocketElevatorContext context)
 {
     _context = context;
 }
 public ColumnController(RocketElevatorContext context)
 {
     _context = context;
 }
Пример #3
0
 public BuildingController(RocketElevatorContext context)
 {
     _context = context;
 }
Пример #4
0
 public CustomerController(RocketElevatorContext context)
 {
     _context = context;
 }
 public LeadController(RocketElevatorContext context)
 {
     _context = context;
 }
 public EmployeeController(RocketElevatorContext context)
 {
     _context = context;
 }
 public BatteryController(RocketElevatorContext context)
 {
     _context = context;
 }