Esempio n. 1
0
 public IList <EvaluateDeptEntity> GetAllDeptsById(string eid)
 {
     return(service.GetAllDeptsById(eid));
 }