コード例 #1
0
 private Flight.BLL.Entity.PaymentDetails getPaymentDetails(PaymentInfo pInfo)
 {
     Flight.BLL.Entity.PaymentDetails pDets = new Flight.BLL.Entity.PaymentDetails();
     pDets.CardHolderName = pInfo.Cardholdername;
     pDets.CardName       = pInfo.Cardname;
     pDets.CardExpiryDate = pInfo.ExpiryDate;
     pDets.Cv2            = pInfo.Cv2;
     return(pDets);
 }
コード例 #2
0
 private Flight.BLL.Entity.PaymentDetails getPaymentDetails(PaymentInfo pInfo)
 {
     Flight.BLL.Entity.PaymentDetails pDets = new Flight.BLL.Entity.PaymentDetails();
     pDets.CardHolderName = pInfo.Cardholdername;
     pDets.CardName = pInfo.Cardname;
     pDets.CardExpiryDate = pInfo.ExpiryDate;
     pDets.Cv2 = pInfo.Cv2;
     return pDets;
 }