コード例 #1
0
ファイル: Property.cs プロジェクト: RahulAras007/StayBazar
 public static void GDSSavePropertyDescriptions(long pID, long propertyid, CLayer.DetailContents pDetailContents)
 {
     DataLayer.Property property = new DataLayer.Property();
     property.GDSSavePropertyDescriptions(pID, propertyid, pDetailContents);
 }