@@ -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