Exemple #1
0
 public User(string name, string password, IProffesion proffesion)
 {
     this.name       = name;
     this.password   = password;
     this.proffesion = proffesion;
 }
Exemple #2
0
 public User(string name, string password,IProffesion proffesion)
 {
     this.name = name;
     this.password = password;
     this.proffesion = proffesion;
 }