Esempio n. 1
0
 public IEnumerable <BrandDto> GetAllByBrandName(string brandName)
 {
     return(brandService.GetAllByBrandName(brandName));
 }