コード例 #1
0
 public void DeliverProductsToWarehouse(int quantity, string source)
 {
     _productFacade.DeliverProductsToWarehouse(quantity, source);
 }