This is the main layer that implements the domain logic. It includes Entities, Value Objects, and Domain Services to perform business/domain logic. It can also include Specifications. It defines Repository Interfaces to read and persist entities from the data source (generally a DBMS).
Get Started
$ dotnet add package RH.DomainReadme
No README available.