Beispiel #1
0
 public string GetTemplate(string inputValue)
 {
     return(payment.GetTemplate(inputValue));
 }
        public string GetTemplate(string inputValue)
        {
            CPaymentUI payment = new CPaymentUI();

            return(payment.GetTemplate(inputValue));
        }