Example #1
0
 public IList <ProductAttributeMapping> GetAllValuesByCategory(DataSource ds)
 {
     return(ProductAttributeMapping.GetAllByAttribute(ds, Id));
 }