Moraal

Results 2 issues of Moraal

https://github.com/dotnet-architecture/eShopOnContainers/blob/9e5cd835b44aaa65c885d1a22165a3136a67b402/src/Services/Ordering/Ordering.API/Application/Commands/CreateOrderDraftCommandHandler.cs#L12 Hi guys As I see there is a MediatR decreation and injection which is not needed. Also observed cases like this in other places.

Hi, I am working and reading the eShopOnContainer project and seems fantastic. You handled business rules in some domains like [here ](https://github.com/dotnet-architecture/eShopOnContainers/blob/42abcad37ebbb133aa76570c46d34c4685376913/src/Services/Ordering/Ordering.Domain/AggregatesModel/OrderAggregate/Order.cs#L193) to throw an exception which is caught by...