Exemple #1
0
 public List <Hotel> GetRandomHotels(int count)
 {
     return(_hotelDal.RandomHotels(count));
 }