|
|
@ -10,6 +10,5 @@ namespace eShopOnContainers.Core.Services.Catalog |
|
|
|
Task<ObservableCollection<CatalogItem>> FilterAsync(int catalogBrandId, int catalogTypeId); |
|
|
|
Task<ObservableCollection<CatalogType>> GetCatalogTypeAsync(); |
|
|
|
Task<ObservableCollection<CatalogItem>> GetCatalogAsync(); |
|
|
|
Task<CatalogItem> GetCatalogItemAsync(string id); |
|
|
|
} |
|
|
|
} |