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