예제 #1
0
        private string PayApp()
        {
            DataSet ds     = treasureFacade.GetAppListByTagID(tagID);
            string  rValue = JsonConvert.SerializeObject(ds);

            return(rValue);
        }