Ejemplo n.º 1
0
 public List <Hotel> GetRandomHotels(int count)
 {
     return(_hotelDal.RandomHotels(count));
 }