Merge pull request #98 from garoevans/patch-1

Add link to Repository pattern
This commit is contained in:
Dominik Liebler
2014-07-06 11:04:20 +02:00

View File

@@ -2,3 +2,4 @@
* [Delegation](Delegation) [:notebook:](http://en.wikipedia.org/wiki/Delegation_pattern) * [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)