Ejemplo n.º 1
0
 public List <Hotel> GetFilter(Expression <Func <Hotel, bool> > filter)
 {
     return(_hotelDal.GetFilter(filter));
 }