Example #1
0
 public IEnumerable <CatalogItemSpecs> GetAllCatalogItemSpecs(int catalogItemId)
 {
     return(PreconfiguredData.GetPreconfiguredCatalogItemSpecs());
 }
Example #2
0
 public CatalogServiceTest()
 {
     catalogItems     = new List <CatalogItem>(PreconfiguredData.GetPreconfiguredCatalogItems());
     catalogItemSpecs = new List <CatalogItemSpecs>(PreconfiguredData.GetPreconfiguredCatalogItemSpecs());
 }