Onion-architecture-ASP.NET-Core
Onion-architecture-ASP.NET-Core copied to clipboard
Command handler class as a nested class inside the command class
Whats the purpose behind creating a nested class as the handler inside the command class? Shouldn't they be separated?