added Repository in the list of design patterns

This commit is contained in:
Dominik Liebler
2014-06-06 09:26:13 +02:00
parent c00be42790
commit f8d94c2dab

View File

@@ -53,6 +53,7 @@ The patterns can be structured in roughly three different categories. Please cli
### [More](More)
* [Delegation](More/Delegation) [:notebook:](http://en.wikipedia.org/wiki/Delegation_pattern)
* [ServiceLocator](More/ServiceLocator) [:notebook:](http://en.wikipedia.org/wiki/Service_locator_pattern)
* [Repository](More/Repository)
## Contribute