public User(string name, string password, IProffesion proffesion) { this.name = name; this.password = password; this.proffesion = proffesion; }
public User(string name, string password,IProffesion proffesion) { this.name = name; this.password = password; this.proffesion = proffesion; }