Example #1
0
 public void AddTo(IOrgUnit dep)
 {
     Department   = dep as Department;
     Organization = Department.Organization;
 }
Example #2
0
 public void AddTo(IOrgUnit org)
 {
     Organization = org as Organization;
 }