コード例 #1
0
ファイル: mobile.asmx.cs プロジェクト: shuiyun72/appnew
 public string Get_POI(string str)
 {
     return(Data_dal.Get_POI(str));
 }