Ejemplo n.º 1
0
 public override void FiltrByCountryAndCity()
 {
     if (!string.IsNullOrEmpty(City) && !string.IsNullOrEmpty(Country))
     {
         HolidayHomes = repository.GetListHHByCountryAndCity(Country, City);
     }
 }