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