Exemplo n.º 1
0
 public async Task <Category> GetCategory(Guid uid)
 {
     return(await _categoriesClient.GetAsync(uid));
 }