selmaohneh
-
- 1,332 total downloads
- last updated 9/22/2018
- Latest version: 1.0.0
Interface and base class for the repository pattern. Use this package to implement your own repositories. -
- 996 total downloads
- last updated 9/22/2018
- Latest version: 1.0.0
Implementation of the repository pattern storing its items in-memory. -
- 843 total downloads
- last updated 9/22/2018
- Latest version: 1.0.0
Implementation of the repository pattern storing its items in a file. -
- 837 total downloads
- last updated 9/22/2018
- Latest version: 1.0.0
Implementation of the repository pattern with two sources. The repository uses a slave repository by default. By calling the update method the slaves replaces its items with the ones of the master repository. I... More information