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

@@ -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)