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