Ejemplo n.º 1
0
 public async Task EditCategory(Category category)
 {
     await _categoriesClient.EditAsync(category);
 }