feat(udt-001): application layer with LoginCommandHandler and ports
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using SIGCM2.Domain.Entities;
|
||||
|
||||
namespace SIGCM2.Application.Abstractions.Persistence;
|
||||
|
||||
public interface IUsuarioRepository
|
||||
{
|
||||
Task<Usuario?> GetByUsernameAsync(string username);
|
||||
}
|
||||
Reference in New Issue
Block a user