Villatripas de arriba districs added and the option of searching houses with diferent...
[RRRRHHHH_Code] / ruralHouses / src / businessLogic / HouseManager.java
index ba1aed7..70e8985 100644 (file)
@@ -58,6 +58,11 @@ public class HouseManager implements HouseManagerInterface {
                
                return this.dbMngr.getRuralHousesByTown(town);
        }
+       
+       public Vector<RuralHouse> getHouses(String town,int nBed , int nKit, int nBath, int nPark, int nLiv) {
+               
+               return this.dbMngr.getRuralHouses(town, nBed, nKit, nBath, nPark, nLiv);
+       }