Exemplo n.º 1
0
 public ReservasController(SaboresCTX context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public UsuariosController(SaboresCTX _ctx)
 {
     ctx = _ctx;
 }
Exemplo n.º 3
0
 public CuentaController(SaboresCTX context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public CursosController(SaboresCTX context)
 {
     _context = context;
 }
Exemplo n.º 5
0
 public LoginController(SaboresCTX _ctx)
 {
     ctx = _ctx;
 }
Exemplo n.º 6
0
 public RestaurantesController(SaboresCTX context)
 {
     _context = context;
 }
Exemplo n.º 7
0
 public MenusController(SaboresCTX context)
 {
     _context = context;
 }
Exemplo n.º 8
0
 public HomeController(SaboresCTX _ctx)
 {
     ctx = _ctx;
 }