feat(api): List + GetById usuarios — handlers, repo, endpoints [UDT-008]
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace SIGCM2.Application.Usuarios.ResetPassword;
|
||||
|
||||
public sealed record ResetUsuarioPasswordResponse(
|
||||
string TempPassword,
|
||||
bool MustChangeOnLogin
|
||||
);
|
||||
Reference in New Issue
Block a user