# README
Repository Pattern
Repositories are classes or components that encapsulate the logic needed for us to access a data source.
How it works properly:
It's an example of how we can understand the implementation of this pattern.
# Packages
No description provided by the author
No description provided by the author
No description provided by the author