public async void GetAllSubCategories()
 {
     SubCategories = await subCategoryBusiness.GetAllSubCategoriesAsync();
 }
Esempio n. 2
0
 public override async void GetAllAsync()
 {
     SubCategories = await subCategoryBusiness.GetAllSubCategoriesAsync();
 }