コード例 #1
0
ファイル: Address.aspx.cs プロジェクト: KarainYang/MkPC
 public static string City(string id)
 {
     return(AddressHelper.GetCity(id));
 }