Exemple #1
0
 public ReservasController(SaboresCTX context)
 {
     _context = context;
 }
 public UsuariosController(SaboresCTX _ctx)
 {
     ctx = _ctx;
 }
 public CuentaController(SaboresCTX context)
 {
     _context = context;
 }
Exemple #4
0
 public CursosController(SaboresCTX context)
 {
     _context = context;
 }
Exemple #5
0
 public LoginController(SaboresCTX _ctx)
 {
     ctx = _ctx;
 }
Exemple #6
0
 public RestaurantesController(SaboresCTX context)
 {
     _context = context;
 }
Exemple #7
0
 public MenusController(SaboresCTX context)
 {
     _context = context;
 }
Exemple #8
0
 public HomeController(SaboresCTX _ctx)
 {
     ctx = _ctx;
 }