Skip to content

Commit 572ac0c

Browse files
committed
Move Service Layer under Architectural Patterns category.
1 parent c3dddd6 commit 572ac0c

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
@@ -39,7 +39,6 @@ Structural patterns are concerned with how classes and objects are composed to f
3939
* [Service Locator](#service-locator)
4040
* [Servant](#servant)
4141
* [Event Aggregator](#event-aggregator)
42-
* [Service Layer](#service-layer)
4342

4443
### Behavioral Patterns
4544

@@ -70,6 +69,7 @@ Presentation Tier patterns are the top-most level of the application, this is co
7069
An architectural pattern is a general, reusable solution to a commonly occurring problem in software architecture within a given context.
7170

7271
* [Data Access Object](#dao)
72+
* [Service Layer](#service-layer)
7373

7474
### Idioms
7575

0 commit comments

Comments
 (0)