示例#1
0
 public virtual TranProfile GetOrCreatePaymentProfileByTran(PXGraph graph, ICCPaymentProfileAdapter payment, string tranId)
 {
     return(CCCustomerInformationManager.GetOrCreatePaymentProfileByTran(graph, payment, tranId));
 }