Beispiel #1
0
 public static long GetGDSPropertyImagesCount(long PropertyID)
 {
     DataLayer.Property bok = new DataLayer.Property();
     return(bok.GetGDSPropertyImagesCount(PropertyID));
 }