public IGremlinQuerySource Transform(IGremlinQuerySource source) => _webSocketConfigurator.Transform(source);
示例#2
0
 public IGremlinQuerySource Transform(IGremlinQuerySource source) => _baseConfigurator.Transform(source);