aspnetcorehero / Boilerplate

Clean Architecture Solution Template for ASP.NET Core 5.0. Built with Onion/Hexagonal Architecture and incorporates the most essential Packages your projects will ever need. Includes both WebApi and Web(MVC) Projects.

Home Page:https://codewithmukesh.com/project/aspnet-core-hero-boilerplate/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Domain business logic sample

michelbergeron opened this issue · comments

Hi, I think one of the benefits of the Hexagonal architecture is that the business logics is in only one place.... the "Domain" layer. I think it would be nice to have an example (or more) of business logics apply in the "Domain" layer.

Thanks!