Back to Northwindtraders

Application Layer

Src/Application/README.md

latest405 B
Original Source

Application Layer

This layer contains all application logic. It is dependent on the domain layer, but has no dependencies on any other layer or project. This layer defines interfaces that are implemented by outside layers. For example, if the application need to access a notification service, a new interface would be added to application and an implementation would be created within infrastructure.