0
jdavis01 created
Prerequisites
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
- What is your product version? 10.2.0
- What is your product type (Angular or MVC)? MVC
- What is product framework type (.net framework or .net core)? Core
If issue related with ABP Framework
- What is ABP Framework version? 6.2.0
I need to add an UpdateRangeAsync on some of my repositories.What is the best practice for extending repositories in AspNetZero
1 Answer(s)
-
0
Hi @jdavis01
I think you can create an extension method. It will be the best way to add this functionality.