예제 #1
0
 public ArrayList GetPositionsByDeptId(String deptId)
 {
     return(positionDal.FindAllByDeptId(deptId));
 }