コード例 #1
0
ファイル: Property.cs プロジェクト: RahulAras007/StayBazar
 public static void GDSUpdatePropertyDescriptionFormatted(long PropertyId, string Description, int StarRatings, string Response)
 {
     DataLayer.Property bok = new DataLayer.Property();
     bok.GDSUpdatePropertyDescriptionFormatted(PropertyId, Description, StarRatings, Response);
 }