Open djechelon opened 3 years ago
Added optional CancellationToken to every method.
It is always recommended by linters to use the CancellationToken where available. EF fully supports CancellationToken for every async method.
This implementation has no backwards side-effects.
Added optional CancellationToken to every method.
It is always recommended by linters to use the CancellationToken where available. EF fully supports CancellationToken for every async method.
This implementation has no backwards side-effects.