Exemplo n.º 1
0
 public ArrayList GetPositionsByDeptId(String deptId)
 {
     return(positionDal.FindAllByDeptId(deptId));
 }