Ejemplo n.º 1
0
 public SwaggerUIAction(IHttpWriter writer, SwaggerUICache cache)
 {
     _writer = writer;
     _cache = cache;
 }
Ejemplo n.º 2
0
 public SwaggerUIAction(IHttpWriter writer, SwaggerUICache cache)
 {
     _writer = writer;
     _cache  = cache;
 }