public SwaggerManager Register(Type type) { DocumentFilter.Register(type); return(this); }
public SwaggerManager Register(string assemblyPath) { DocumentFilter.Register(assemblyPath); return(this); }