Esempio n. 1
0
 private TreeViewModel(Catalog catalog)
 {
     Mapper.Map(catalog, this);
     Children = new ObservableCollection<TreeViewModel>();
 }
Esempio n. 2
0
 private void SetBooksByCatalog(Catalog catalog)
 {
     SetBooksByCatalogId(catalog.Id);
 }