Class RegisteredUserDTO
java.lang.Object
org.cswteams.ms3.dto.registration.RegisteredUserDTO
DTO used in the Registration use case (from Service to REST Controller)
-
Constructor Summary
ConstructorsConstructorDescriptionRegisteredUserDTO(Long id, String name, String lastname, LocalDate birthday, String taxCode, String email, String password, Set<SystemActor> systemActors) RegisteredUserDTO(Long id, String name, String lastname, LocalDate birthday, String taxCode, String email, String password, Set<SystemActor> systemActors, Seniority seniority) -
Method Summary
-
Constructor Details
-
RegisteredUserDTO
-
RegisteredUserDTO
-