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.
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.