Move Service Layer under Architectural Patterns category.
This commit is contained in:
parent
c3dddd676c
commit
572ac0ccd1
@ -39,7 +39,6 @@ Structural patterns are concerned with how classes and objects are composed to f
|
|||||||
* [Service Locator](#service-locator)
|
* [Service Locator](#service-locator)
|
||||||
* [Servant](#servant)
|
* [Servant](#servant)
|
||||||
* [Event Aggregator](#event-aggregator)
|
* [Event Aggregator](#event-aggregator)
|
||||||
* [Service Layer](#service-layer)
|
|
||||||
|
|
||||||
### Behavioral Patterns
|
### Behavioral Patterns
|
||||||
|
|
||||||
@ -70,6 +69,7 @@ Presentation Tier patterns are the top-most level of the application, this is co
|
|||||||
An architectural pattern is a general, reusable solution to a commonly occurring problem in software architecture within a given context.
|
An architectural pattern is a general, reusable solution to a commonly occurring problem in software architecture within a given context.
|
||||||
|
|
||||||
* [Data Access Object](#dao)
|
* [Data Access Object](#dao)
|
||||||
|
* [Service Layer](#service-layer)
|
||||||
|
|
||||||
### Idioms
|
### Idioms
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user