コード例 #1
0
        public static string getreviews()
        {
            myDAL obj = new myDAL();

            return(obj.getreviews().GetXml());
        }