Ejemplo n.º 1
0
 public SwaggerBasePathFilter(SwaggerConfig config)
 {
     _config = config;
 }
Ejemplo n.º 2
0
 public SwaggerBasePathFilter(IConfiguration config)
 {
     _config = config.GetSection("Swagger").Get <SwaggerConfig>();
 }