public VMCarta()
 {
     ListaElementos        = BBDDService.GetElementos();
     ListaCategorias       = BBDDService.GetCategorias();
     ListaElementosPedidos = new ObservableCollection <elementosCarta>();
     categoriaSeleccionada = new Categorias();
 }
Example #2
0
 public ElementosVM()
 {
     ListaElementos = BBDDService.GetElementos();
 }