3 lines
155 B
C#
3 lines
155 B
C#
namespace AMREZ.EOP.Contracts.DTOs.Authentications.Register;
|
|
|
|
public sealed record RegisterResponse(Guid UserId, string Name, string Email, string Tenant); |