예제 #1
0
 public static bool Submit(string query)
 {
     using (var client = new DrSodaDAL2SoapClient())
     {
         return client.LuLuObey("iwtuaohbh", query);
     }
 }
예제 #2
0
 public static DataTable GetTable(string query)
 {
     using (var client = new DrSodaDAL2SoapClient())
     {
         return client.LuLuFetch("iwtuaohbh", query);
     }
 }