Пример #1
0
 public Funcionario()
 {
     this.perfil = new Perfil();
 }
Пример #2
0
 public void AddPerfil(Perfil p)
 {
     this.perfil = p;
 }