コード例 #1
0
ファイル: Property.cs プロジェクト: RahulAras007/StayBazar
 public static List <CLayer.SearchResult> GetAllPrptyStatic()
 {
     DataLayer.Property property = new DataLayer.Property();
     return(property.GetAllPrptyStatic());
 }