Skip to content

Commit ce317af

Browse files
committed
main
1 parent 10477f6 commit ce317af

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

readme.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -107,21 +107,21 @@ The Open Closed Principle Класс открыт для расширения з
107107

108108
#### Структура проекта
109109

110-
---- src/
111-
---- ---- ExampleDomain/
112-
---- ---- ---- [Aggregates/](#aggregates)
113-
---- ---- ---- [Constants/](#constants)
114-
---- ---- ---- [Entities/](#entity)
115-
---- ---- ---- [Exceptions/](#exceptions)
116-
---- ---- ---- [Repositories/](#repository)
117-
---- ---- ---- [Services/](#services)
118-
---- ---- ---- [ValueObjects/](#dto-и-valueobject)
119-
---- ---- ExampleInfrastructure/
120-
---- ---- ---- Commands/
121-
---- ---- ---- Controllers/
122-
---- ---- ---- EventListeners/
123-
---- ---- ---- Requests/
124-
---- ---- ---- Responses/
110+
---- src/
111+
---- ---- ExampleDomain/
112+
---- ---- ---- [Aggregates/](#aggregates)
113+
---- ---- ---- [Constants/](#constants)
114+
---- ---- ---- [Entities/](#entity)
115+
---- ---- ---- [Exceptions/](#exceptions)
116+
---- ---- ---- [Repositories/](#repository)
117+
---- ---- ---- [Services/](#services)
118+
---- ---- ---- [ValueObjects/](#dto-и-valueobject)
119+
---- ---- ExampleInfrastructure/
120+
---- ---- ---- Commands/
121+
---- ---- ---- Controllers/
122+
---- ---- ---- EventListeners/
123+
---- ---- ---- Requests/
124+
---- ---- ---- Responses/
125125

126126
### Entity
127127

0 commit comments

Comments
 (0)