public InterventionController(RocketElevatorContext context)
 {
     _context = context;
 }
 public ColumnController(RocketElevatorContext context)
 {
     _context = context;
 }
Ejemplo n.º 3
0
 public BuildingController(RocketElevatorContext context)
 {
     _context = context;
 }
Ejemplo n.º 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;
 }