Merge pull request #642 from piyushchaudhari04/unit-of-work-pattern

#352 - Unit of work pattern implementation
This commit is contained in:
Narendra Pathai
2017-12-04 00:32:49 +05:30
committed by GitHub
13 changed files with 694 additions and 0 deletions

View File

@ -145,6 +145,8 @@
<module>event-sourcing</module>
<module>data-transfer-object</module>
<module>throttling</module>
<module>unit-of-work</module>
<module>partial-response</module>
<module>eip-wire-tap</module>
<module>eip-splitter</module>