You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the LoginPersonService class. This service must check that the pair person name and password is valid and it should return the date of the last time the person accessed the system.
Update the dml to add a lastAccessTime attribute of type LocalDate to Person entity
This attribute should be updated each time each person logs in the application.
Real
The text was updated successfully, but these errors were encountered:
Task of #9. Implemented by commit .
The text was updated successfully, but these errors were encountered: