コード例 #1
0
ファイル: Property.cs プロジェクト: RahulAras007/StayBazar
 public static string GetCity(string City)
 {
     DataLayer.Property property = new DataLayer.Property();
     return(property.Getcity(City));
 }