예제 #1
0
        protected void Page_Load(object sender, EventArgs e)
        {
            string returnValue = VNMChargingGW2G.PaymentVnmWithAccount("84923045548", "2000", "D", "Test", "ViSport", "VMGViSport", "v@#port", "1930");

            lblTest.Text = returnValue;
        }
        public string PaymentVnmWithAccount(string msisdn, string price, string content, string servicename, string userName, string userPass, string cpId)
        {
            string returnValue = VNMChargingGW2G.PaymentVnmWithAccount(msisdn, price, "D", content, servicename, userName, userPass, cpId);

            return(returnValue);
        }