Beispiel #1
0
 public async Task <Category> AddCategory(Category category)
 {
     return(await _categoriesClient.AddAsync(category));
 }