Exemplo n.º 1
0
 public override async void GetAllAsync()
 {
     Categories = await categoryBusiness.GetAllCategoriesAsync();
 }
Exemplo n.º 2
0
 public async void GetAllCategories()
 {
     Categories = await categoryBusiness.GetAllCategoriesAsync();
 }