KristianS93 / CommandCentral_API

API for the CommandCentral App
MIT License
0 stars 0 forks source link

clean architecture - application layer #63

Open KristianS93 opened 1 year ago

KristianS93 commented 1 year ago

The application layer - should be held to the same standard, household is the only one that is complete. The important idea is to follow the principles as to what i can understand about the general approach, such that business logic / use cases should be in the application layer, and that infrastructure layer handles infrastructure such as entityframework for db access.