Example #1
0
 public SeparatedQueryStringAttribute(string key, string separator)
 {
     _factory = new SeparatedQueryStringValueProviderFactory(key, separator);
 }
 public SeparatedQueryStringAttribute(string key, string separator, bool isCommaSeparatedCollectionSwaggerText)
 {
     _factory = new SeparatedQueryStringValueProviderFactory(key, separator, isCommaSeparatedCollectionSwaggerText);
 }