コード例 #1
0
ファイル: CheckoutCommand.cs プロジェクト: coulas/corner-shop
 public void Run(UserInput cmd)
 {
     basket.Checkout(warehouse);
 }