Exemplo n.º 1
0
 public void AddTo(IOrgUnit dep)
 {
     Department   = dep as Department;
     Organization = Department.Organization;
 }
Exemplo n.º 2
0
 public void AddTo(IOrgUnit org)
 {
     Organization = org as Organization;
 }