Exemple #1
0
 public SubCategory GetBySlug(string slugCategory, string slugSubCategory)
 {
     return(_service.GetBySlug(slugCategory, slugSubCategory));
 }