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