Skip to content

Data Access

Aghyad khlefawi edited this page Apr 21, 2017 · 4 revisions

The data access layer implemented in this library is based on the Repository pattern which prompt to use a repository to separate the logic that retrieves the data and maps it to the entity model from the business logic that acts on the model. The business logic should be agnostic to the type of data that comprises the data source layer. For example, the data source layer can be a database, a REST Api, or a Web service.

Clone this wiki locally