コード例 #1
0
        public List <DeptDTO> GetDeptList()
        {
            IDeptDAO _IDeptDAO = new DeptDAO();

            return(_IDeptDAO.GetDeptList());
        }