Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add useful base properties and methods to the DapperRepository class #14516

Closed
hikalkan opened this issue Nov 2, 2022 · 0 comments · Fixed by #14524
Closed

Add useful base properties and methods to the DapperRepository class #14516

hikalkan opened this issue Nov 2, 2022 · 0 comments · Fixed by #14524

Comments

@hikalkan
Copy link
Member

hikalkan commented Nov 2, 2022

You can do similar to the https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Ddd.Domain/Volo/Abp/Domain/Repositories/BasicRepositoryBase.cs class

Add the following members:

  • Properties: LazyServiceProvider, DataFilter, CurrentTenant, UnitOfWorkManager, CancellationTokenProvider
  • Methods: GetCancellationToken
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants