コード例 #1
0
        public string GetTemplate(string inputValue)
        {
            CPaymentUI payment = new CPaymentUI();

            return(payment.GetTemplate(inputValue));
        }