ardalis / Specification

Base class with tests for adding specifications to a DDD model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make repository methods protected to allow for subclassing

eldamir opened this issue · comments

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

Yours if you want to claim it @eldamir

Thanks!

There ya go #398