public async void GetAllSubCategories()
 {
     SubCategories = await subCategoryBusiness.GetAllSubCategoriesAsync();
 }
예제 #2
0
 public override async void GetAllAsync()
 {
     SubCategories = await subCategoryBusiness.GetAllSubCategoriesAsync();
 }