Пример #1
0
 public void CreatePayment(string ccNumber, double amount)
 {
     paymentDAO.AddPayment(new Payment(ccNumber, amount));
 }