예제 #1
0
 public GetPaymentsDetails GetPaymentInformation(int paymentID)
 {
     return(db.GetPaymentInformation(paymentID));
 }