Hello,
I would like to submit this pull request containing :
.gitignore improvement
added serialVersionUID for Serializable classes
clean code : remove unused imports
avoid calling directly *Repository classes : the service layer should
always be used because the service layer encapsulates your business
logic surrounding that call and the project would be greater than now
later
Hello, I would like to submit this pull request containing :