예제 #1
0
 public static string CITY_GET()
 {
     try
     {
         return(CRBusinessLogicLayer.CITY_GET().GetXml());
     }
     catch (Exception ex)
     {
         return(ex.Message);
     }
 }