Пример #1
0
 public static List <CLayer.Property> GetDefaultHotels(long pUserID, string pDestination)
 {
     DataLayer.Property bok = new DataLayer.Property();
     return(bok.GetDefaultHotels(pUserID, pDestination));
 }