feat(udt-001): application layer with LoginCommandHandler and ports
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace SIGCM2.Application.Abstractions;
|
||||
|
||||
public interface ICommandHandler<TCommand, TResult>
|
||||
{
|
||||
Task<TResult> Handle(TCommand command);
|
||||
}
|
||||
Reference in New Issue
Block a user