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