Esempio n. 1
0
        public List <ProjectComment> GetProjectComments()
        {
            var commentList = ProjectManagementService.GetProjectComments(ProjectId).ToList();

            return(commentList);
        }