Base solution for your next web application
Open Closed

Extending Repositories with UpdateRangeAsync #10206


User avatar
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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @jdavis01

    I think you can create an extension method. It will be the best way to add this functionality.