Exemplo n.º 1
0
 private Task ExecuteAsync(QueryableExecutionModel model, CancellationToken cancellationToken)
 {
     return(model.ExecuteAsync(_collection, _options, cancellationToken));
 }
 internal Task ExecuteModelAsync(QueryableExecutionModel model, CancellationToken cancellationToken)
 {
     return(model.ExecuteAsync(_collection, _session, _options, cancellationToken));
 }