OSSpk / Library-Management-System-JAVA

📚 A sophisticated Library Management System designed in Java while following the concepts of decoupled layers (entities) and minimal code in interface (GUI).
https://github.com/harismuneer
MIT License
327 stars 223 forks source link

Issue fixed Suggestion of refactorizing code #7 #24

Open Nmalasreec opened 7 months ago

Nmalasreec commented 7 months ago

As per Suggestion of refactorizing code i have created new interface called HoldRequestActions that contains all the methods and implemented in HoldRequestOperations class so that we can manage any interaction with the Object HoldRequest and modify Book class (private HoldRequestOperations holdRequests) and i have connected with mysql database.