Пример #1
0
 public bool CheckPayment(Payment payment, double money)
 {
     return(PaymentDAL.CheckPayment(payment, money));
 }