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

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