Example #1
0
 public List <Subcategory> GetSubcategories(Category category)
 {
     return(client.GetSubcategories(category.Id).ToList());
 }