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