Add link to Repository pattern

This commit is contained in:
Gareth Evans 2014-06-17 11:44:12 +01:00
parent d24be57acc
commit 43ec81a3a6

View File

@ -1,4 +1,5 @@
# More
* [Delegation](Delegation) [:notebook:](http://en.wikipedia.org/wiki/Delegation_pattern)
* [ServiceLocator](ServiceLocator) [:notebook:](http://en.wikipedia.org/wiki/Service_locator_pattern)
* [ServiceLocator](ServiceLocator) [:notebook:](http://en.wikipedia.org/wiki/Service_locator_pattern)
* [Repository](Repository)