コード例 #1
0
ファイル: DepartmentMgr.cs プロジェクト: yangjiayu10/.net
 public static Pager <DeptEmpInfo> GetDeptEmpInfo(DeptEmpParameter parameter)
 {
     return(DepartmentDAO.GetDeptEmpInfo(parameter));
 }