From 572ac0ccd10184b6a8695f9344965a467d2348b3 Mon Sep 17 00:00:00 2001 From: Ilkka Seppala Date: Wed, 15 Apr 2015 23:18:38 +0300 Subject: [PATCH] Move Service Layer under Architectural Patterns category. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bdb8dc21..348af2c31 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,6 @@ Structural patterns are concerned with how classes and objects are composed to f * [Service Locator](#service-locator) * [Servant](#servant) * [Event Aggregator](#event-aggregator) -* [Service Layer](#service-layer) ### 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. * [Data Access Object](#dao) +* [Service Layer](#service-layer) ### Idioms