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