Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork289
Issue fixed Suggestion of refactorizing code #7#24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Nmalasreec commentedFeb 2, 2024
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. |
No description provided.