Example #1
0
 public ListViewModel()
 {
     Listas = new ObservableCollection <Listas>(ListasService.ListAll());
 }