Nertonm / TreinoTrack

MIT License
3 stars 0 forks source link

18 package user teste #19

Closed lua-teles closed 2 weeks ago

lua-teles commented 2 weeks ago

This pull request introduces a new UserRepository class to handle user data persistence and refactors the Admin class to use this repository. Additionally, it updates the User class to implement Serializable for file operations. The main changes are summarized below:

Introduction of UserRepository:

Refactoring Admin Class:

Updates to User Class:

Changes in AdminFacade: