deleted aplicationFacade and imported it's functions to specific business logics.
[RRRRHHHH_Code] / ruralHouses / src / businessLogic / __ApplicationFacadeInterface.java
@@ -13,7 +13,7 @@ import domain.RuralHouse;
 import exceptions.OfferCanNotBeBooked; 
 
 
-public interface ApplicationFacadeInterface extends Remote {
+public interface __ApplicationFacadeInterface extends Remote {
        
 
        /**
@@ -48,13 +48,7 @@ public interface ApplicationFacadeInterface extends Remote {
        public Vector<Owner> getOwners() throws RemoteException,
                        Exception;
        
-       /**
-        * This method retrieves the existing  rural houses 
-        * 
-        * @return a Set of rural houses
-        */
-       public Vector<RuralHouse> getAllRuralHouses()throws RemoteException,
-       Exception;
+       
        
        public void close() throws RemoteException;