public async void GetCategories() { ItemCategoryDataService DataCategory = new ItemCategoryDataService(); var CategoryList = await DataCategory.AllR10Categories(); Categories = new ObservableCollection <ItemCategory>(CategoryList); SetCartCount(); }
public ItemCategoryServicelmpl(ItemCategoryDataService ItemCategoryDataService) { _itemCategoryDataService = ItemCategoryDataService; }