Example #1
0
 public Dictionary <IProduct, int> GetProductsAvailable()
 {
     return(productCatalogue.GetProductAvailability());
 }