Пример #1
0
 public virtual IReportService GetReportService(string[] args)
 {
     if (!args[0].EndsWith($"{Ext}"))
     {
         return(nextHandler.GetReportService(args));
     }
     throw new NotSupportedException("this extension not supported");
 }
Пример #2
0
 public IReportService GetReportService(string[] args)
 {
     return(_handler.GetReportService(args));
 }