ardalis / Specification

Base class with tests for adding specifications to a DDD model
MIT License
1.83k stars 238 forks source link

Make repository methods protected to allow for subclassing #397

Closed eldamir closed 1 week ago

eldamir commented 3 weeks ago

In order to customise and extend the behaviour of the Repository (RepositoryBase), its methods and fields should be protected rather than private

ardalis commented 3 weeks ago

Yours if you want to claim it @eldamir

Thanks!

eldamir commented 3 weeks ago

There ya go #398