Work on #226, moved pattern specific credits to respective pattern pages in website

This commit is contained in:
Narendra Pathai
2015-09-03 18:17:07 +05:30
parent e33d037c0f
commit 782c0b8320
11 changed files with 40 additions and 10 deletions

View File

@ -20,3 +20,7 @@ its business logic. The Service Layer fulfills this role.
* you want to encapsulate domain logic under API
* you need to implement multiple interfaces with common logic and data
**Credits:**
* [Martin Fowler - Service Layer](http://martinfowler.com/eaaCatalog/serviceLayer.html)