Example #1
0
 public IEnumerable <Orgunit> GetChildsAllByFId(string value)
 {
     return(_hrrepository.GetChildsAllOrgunitsByFid(value));
 }