DTO project fixed, events experiments
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace TimetableDesigner.Backend.Services.Authentication.DTO.WebAPI;
|
||||
|
||||
public record RegisterRequest(
|
||||
string Email,
|
||||
string Password,
|
||||
string PasswordConfirmation
|
||||
);
|
||||
Reference in New Issue
Block a user