Пример #1
0
 public static Pager <DeptEmpInfo> GetDeptEmpInfo(DeptEmpParameter parameter)
 {
     return(DepartmentDAO.GetDeptEmpInfo(parameter));
 }