Пример #1
0
        public void Comment(CommentEntity data)
        {
            IReportService service = new ReportService();

            service.Comment(data);
        }