public ReservasController(SaboresCTX context) { _context = context; }
public UsuariosController(SaboresCTX _ctx) { ctx = _ctx; }
public CuentaController(SaboresCTX context) { _context = context; }
public CursosController(SaboresCTX context) { _context = context; }
public LoginController(SaboresCTX _ctx) { ctx = _ctx; }
public RestaurantesController(SaboresCTX context) { _context = context; }
public MenusController(SaboresCTX context) { _context = context; }
public HomeController(SaboresCTX _ctx) { ctx = _ctx; }