Beispiel #1
0
 public ClasificacionClientesController(Restaurant1Context context)
 {
     _context = context;
 }
Beispiel #2
0
 public MenusController(Restaurant1Context context)
 {
     _context = context;
 }
 public IngredientesController(Restaurant1Context context)
 {
     _context = context;
 }
 public CentrosElaboracionesController(Restaurant1Context context)
 {
     _context = context;
 }
 public UnidadesMedidasController(Restaurant1Context context)
 {
     _context = context;
 }
 public PreciosAreasController(Restaurant1Context context)
 {
     _context = context;
 }
 public ProductoMenusController(Restaurant1Context context)
 {
     _context = context;
 }
Beispiel #8
0
 public EstadoOrdenProductosController(Restaurant1Context context)
 {
     _context = context;
 }
 public EstadoMesasController(Restaurant1Context context)
 {
     _context = context;
 }
Beispiel #10
0
 public EmpleadoesController(Restaurant1Context context)
 {
     _context = context;
 }
 public OrdenesController(Restaurant1Context context)
 {
     _context = context;
 }
 public AreasCentrosElabsController(Restaurant1Context context)
 {
     _context = context;
 }
Beispiel #13
0
 public ReservasController(Restaurant1Context context)
 {
     _context = context;
 }
Beispiel #14
0
 public ClasificacionProductosController(Restaurant1Context context)
 {
     _context = context;
 }
 public UbicacionesController(Restaurant1Context context)
 {
     _context = context;
 }
 public ClientesController(Restaurant1Context context)
 {
     _context = context;
 }