public CatalogViewModel(string catalogItem) { this.Title = "Product Catalog"; this.Icon = "list.png"; this.catalogItem = CatalogItem.CreateCatalogItem(catalogItem); } //end ctor
public CatalogViewModel(string catalogItem) { this.Title = "Cervejas"; this.Icon = "hops.png"; this.catalogItem = CatalogItem.CreateCatalogItem(catalogItem); } //end ctor