Ejemplo n.º 1
0
 public string GetTemplate(string inputValue)
 {
     return(payment.GetTemplate(inputValue));
 }
Ejemplo n.º 2
0
        public string GetTemplate(string inputValue)
        {
            CPaymentUI payment = new CPaymentUI();

            return(payment.GetTemplate(inputValue));
        }