Пример #1
0
 public static CLayer.SearchResult GetGDSImageandDesctiption(long PropertyID)
 {
     DataLayer.Property pr = new DataLayer.Property();
     return(pr.GetGDSImageandDesctiption(PropertyID));
 }