Example #1
0
        public GetChapterContract GetChapterResource(long chapterId)
        {
            m_authorizationManager.AuthorizeResource(chapterId, PermissionFlag.ReadProject);

            var result = m_projectItemManager.GetChapterResource(chapterId);

            return(result);
        }