Uses of Class
model.validation.EmailFormat
-
Packages that use EmailFormat Package Description usecase.user Package contenente la logica relativa agli utenti -
-
Uses of EmailFormat in usecase.user
Method parameters in usecase.user with annotations of type EmailFormat Modifier and Type Method Description int
UserService. newUser(String email, String username, String password)
Crea un nuovo utente e ne restituisce l'id
-