Beispiel #1
0
 public SortedDictionary <string, SortedDictionary <string, List <ProductCharacteristic> > > GetProductCatalog()
 {
     return(_storehouseService.GetProdCatalog());
 }