docker run -e "ACCEPT_EULA=Y" -e "MSSQL_SA_PASSWORD=admin1234@" -p 1430:1433 --name sql2 --hostname sql2 -d ` mcr.microsoft.com/mssql/server:2022-latest
Domain: Entities, Value object, Emuration, Entity Exceptions
Application (Repository, Service, Interface): DTO, ViewModel, Mapping, Validators, CQRS Pattern
Persistence: DbContext, Migrations, Configurations, Seeding, Repository Concrete class
Infrastructure: Other services (do not belong DB)
Presentation: Web app, Web API, Deskop app
