Ejemplo n.º 1
0
 public IList <SubCategory> GetByCategoryId(int?categoryId)
 {
     return(_repository.GetByCategoryId(categoryId));
 }