Example #1
0
 public QueryRenderer(IServiceProvider injector, IPaperRendererRegistry registry)
 {
     this.injector = injector;
     this.registry = registry;
 }
Example #2
0
 public PaperMiddleware(RequestDelegate next, IPaperRendererRegistry registry)
 {
     this.next     = next;
     this.registry = registry;
 }