ardalis / Specification

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

Make repository methods protected to allow for subclassing #397

Closed eldamir closed 6 months ago

eldamir commented 6 months 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 6 months ago

Yours if you want to claim it @eldamir

Thanks!

eldamir commented 6 months ago

There ya go #398