Skip to content

Repository

Mehmet Özkaya edited this page Mar 25, 2019 · 6 revisions

Repository is a concept that is used in order to write the information of all entity and value objects in an aggregate to the database. For each AR itself, we will perform the DB operations over the Repository as a whole in the transactinal structure.

EF Repository and Specification implementation. This class responsible to create queries, includes, where conditions etc..

Clone this wiki locally