Пример #1
0
 public PdfReport(ContentReport content)
 {
     _content = content;
     _report  = new Report();
 }
 public ExcelReport(ContentReport content)
 {
     _content = content;
     _report  = new Report();
 }