token = ok
This commit is contained in:
parent
c8d9cd4db8
commit
820aabcaa1
5 changed files with 22 additions and 10 deletions
|
|
@ -46,6 +46,18 @@ public class Personne {
|
|||
|
||||
|
||||
|
||||
public Personne(String nom, String prenom, String email, String password, List<EnumRole> roleList) {
|
||||
super();
|
||||
this.nom = nom;
|
||||
this.prenom = prenom;
|
||||
this.email = email;
|
||||
this.password = password;
|
||||
this.roleList = roleList;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
public Personne(String email, String password, List<EnumRole> roleList) {
|
||||
super();
|
||||
this.email = email;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue