Пример #1
0
 public static void GDSUpdatePropertyDescriptionFormatted(long PropertyId, string Description, int StarRatings, string Response)
 {
     DataLayer.Property bok = new DataLayer.Property();
     bok.GDSUpdatePropertyDescriptionFormatted(PropertyId, Description, StarRatings, Response);
 }