コード例 #1
0
 public override async void GetAllAsync()
 {
     Categories = await categoryBusiness.GetAllCategoriesAsync();
 }
コード例 #2
0
 public async void GetAllCategories()
 {
     Categories = await categoryBusiness.GetAllCategoriesAsync();
 }