Exemple #1
0
 public HabitacionController(HotelContext context, IHubContext <SignalHub> hubContext)
 {
     _habitacionService = new HabitacionService(context);
     _hubContext        = hubContext;
 }
 public HabitacionControllers(NerudaContext _context)
 {
     _habitacionService = new HabitacionService(_context);
 }
Exemple #3
0
 public HabitacionController(HotelContext context)
 {
     _habitacionService = new HabitacionService(context);
 }
Exemple #4
0
 public HabitacionController(ProyectoContext context)
 {
     _habitacionservice = new HabitacionService(context);
 }