When should I use repository pattern?

Repository pattern are mostly used where we need to modify the data before passing to the next stage . It centralizes data logic or business logic and service logic. It gives a substitution point for the unit tests.

Sizin İçin Seçtik  How many GoF patterns are there?

Leave a Reply

Your email address will not be published. Required fields are marked *