Пример #1
0
 public StoredProduct FindStoredProduct(string barcode)
 {
     return(delivery.LocateProductToDeliver(barcode));
 }