Пример #1
0
 public List <GetOrganizationUnitOutput> GetChildren(int id)
 {
     return(_orgUnitService.GetChildren(id));
 }