deleted aplicationFacade and imported it's functions to specific business logics.
[RRRRHHHH_Code] / ruralHouses / src / gui / DeleteHouseGUI.java
index ce2b10b..b369391 100644 (file)
@@ -14,7 +14,6 @@ import javax.swing.JComboBox;
 import javax.swing.JRadioButton;
 import javax.swing.JButton;
 
-import businessLogic.FacadeImplementation;
 import businessLogic.HouseManager;
 import businessLogic.HouseManagerInterface;
 import domain.Owner;