Пример #1
0
 public static PaymentLogInfo GetInfoByPaymentNum(string paymentNum)
 {
     return(dal.GetInfoByPaymentNum(paymentNum));
 }