public Adviser(int Id, string Name, string Initials, string Mail, Filial.Filial Filial, Custommer.Custommer custommer, AccessRight AccessRight) { this.id = Id; this.name = Name; this.initials = Initials; this.mail = Mail; this.filial = Filial; this.custommers.Add(custommer); this.accessRight = AccessRight; }
public void setFilial(Filial.Filial filial) { this.filial = filial; }