コード例 #1
0
 public void PayLateFee(Customer customer, decimal feePaid)
 {
     CustomerAccount.PayLateFee(customer, feePaid);
 }
コード例 #2
0
 public bool CanRentVideo(Customer customer)
 {
     return CustomerAccount.CanRentVideo(customer);
 }