public IGremlinQuerySource Transform(IGremlinQuerySource source) => _webSocketConfigurator.Transform(source);
Exemplo n.º 2
0
 public IGremlinQuerySource Transform(IGremlinQuerySource source) => _baseConfigurator.Transform(source);