initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Application.Common.Services.SecurityManager;
|
||||
|
||||
public record RegisterResultDto
|
||||
{
|
||||
public string? UserId { get; init; }
|
||||
public string? Email { get; init; }
|
||||
public string? FirstName { get; init; }
|
||||
public string? LastName { get; init; }
|
||||
public string? CompanyName { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user