Beispiel #1
0
 public static void GDSUpdatePropertyDescription(long PropertyId, string Description)
 {
     DataLayer.Property bok = new DataLayer.Property();
     bok.GDSUpdatePropertyDescription(PropertyId, Description);
 }