コード例 #1
0
ファイル: ShopyDriver.cs プロジェクト: adamm931/Shopy
 public async Task <Category> AddCategory(Category category)
 {
     return(await _categoriesClient.AddAsync(category));
 }