10 lines
109 B
Java
10 lines
109 B
Java
|
|
public class Authentification {
|
||
|
|
|
||
|
|
private tr identifiant;
|
||
|
|
private mdp;
|
||
|
|
|
||
|
|
|
||
|
|
public Authentification() {
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|