Exemplo n.º 1
0
 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;
 }
Exemplo n.º 2
0
 public void setFilial(Filial.Filial filial)
 {
     this.filial = filial;
 }