コード例 #1
0
 public void BuyItems(decimal payAmount, Sale sale)
 {
     // Does nothing
 }
コード例 #2
0
 public void VoidSale(Sale sale)
 {
     // Does nothing
 }
コード例 #3
0
 public void MakePayment(decimal paymentAmount, Sale sale)
 {
     // Does nothing
 }
コード例 #4
0
 public void TotalSale(Sale sale)
 {
     // Does nothing
 }
コード例 #5
0
 public void BuyItems(Sale sale)
 {
     // Does nothing
 }