Example #1
0
        public IReportInfo Wrap(IReport rawReport)
        {
            rawReport.Accept(this);

            return(wrapped);
        }