예제 #1
0
 public void PrintReceipt(CartTotal receipt)
 {
     _bill.GenerateReceipt(receipt);
 }