Beispiel #1
0
 public System.Threading.Tasks.Task <string> CreatePaymentTypeAsync(Ledger.UI.Web.LedgerService.PaymentType pType)
 {
     return(base.Channel.CreatePaymentTypeAsync(pType));
 }
Beispiel #2
0
 public string CreatePaymentType(Ledger.UI.Web.LedgerService.PaymentType pType)
 {
     return(base.Channel.CreatePaymentType(pType));
 }