Exemplo n.º 1
0
 public IEnumerable <Subcategory> GetByCategoryId(int id)
 {
     return(subcategoryRepository.GetByCategoryId(id));
 }