Esempio n. 1
0
 public ReportServiceHandler(ReportServiceHandler nextHandler)
 {
     _nextHandler = nextHandler;
 }
 public TxtReportServiceHandler(ReportServiceHandler nextHandler) : base(nextHandler)
 {
 }
 public XlsxReportServiceHandler(ReportServiceHandler nextHandler) : base(nextHandler)
 {
 }