deleted aplicationFacade and imported it's functions to specific business logics.
[RRRRHHHH_Code] / ruralHouses / src / businessLogic / __FacadeImplementation.java
@@ -21,7 +21,7 @@ import exceptions.OfferCanNotBeBooked;
 import exceptions.OverlappingOfferExists;
 
 
-public class FacadeImplementation extends UnicastRemoteObject implements ApplicationFacadeInterface {
+public class __FacadeImplementation extends UnicastRemoteObject implements __ApplicationFacadeInterface {
 
        /**
         * 
@@ -33,7 +33,7 @@ public class FacadeImplementation extends UnicastRemoteObject implements Applica
        DB4oManager dB4oManager;
  
 
-       public FacadeImplementation() throws RemoteException, InstantiationException,
+       public __FacadeImplementation() throws RemoteException, InstantiationException,
                        IllegalAccessException, ClassNotFoundException, SQLException, DB4oManagerCreationException {
                owners=null;
                ruralHouses=null;