Skip to content

Commit 136f8a4

Browse files
authored
add business delegate pattern on readme
1 parent fb8def0 commit 136f8a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
| Repository Folder | .ipynb File | | Repository Folder | .ipynb File |
88
|:------------- |:-------------|:-------------|:------------- |:-------------|
99
|[Abstract Factory](https://github.com/welmends/DesignPatternPy/tree/master/AbstractFactory)|[Code](https://github.com/welmends/DesignPatternPy/blob/master/AbstractFactory/AbstractFactory.ipynb)| |[Facade](https://github.com/welmends/DesignPatternPy/blob/master/Facade)|[Code](https://github.com/welmends/DesignPatternPy/blob/master/Facade/Facade.ipynb)|
10-
|[Singleton](https://github.com/welmends/DesignPatternPy/tree/master/Singleton)|[Code](https://github.com/welmends/DesignPatternPy/blob/master/Singleton/Singleton.ipynb)|
10+
|[Singleton](https://github.com/welmends/DesignPatternPy/tree/master/Singleton)|[Code](https://github.com/welmends/DesignPatternPy/blob/master/Singleton/Singleton.ipynb)| |[Business Delegate](https://github.com/welmends/DesignPatternPy/blob/master/BusinessDelegate)|[Code](https://github.com/welmends/DesignPatternPy/blob/master/BusinessDelegate/BusinessDelegate.ipynb)|
1111
|[Prototype](https://github.com/welmends/DesignPatternPy/blob/master/Prototype)|[Code](https://github.com/welmends/DesignPatternPy/blob/master/Prototype/Prototype.ipynb)|
1212
|[Builder](https://github.com/welmends/DesignPatternPy/blob/master/Builder)|[Code](https://github.com/welmends/DesignPatternPy/blob/master/Builder/Builder.ipynb)|
1313
|[Object Pool](https://github.com/welmends/DesignPatternPy/blob/master/ObjectPool)|[Code](https://github.com/welmends/DesignPatternPy/blob/master/ObjectPool/ObjectPool.ipynb)|

0 commit comments

Comments
 (0)