コード例 #1
0
 public IEnumerable <HubBrand> GetProductsBrandList(int catalogueId)
 {
     return(repository.GetAllBrandsInACatalogue(catalogueId));
 }