main project split, authpassword endpoint created
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using MediatR;
|
||||
|
||||
namespace TimetableDesigner.Backend.Services.Authentication.Core.Commands.Register;
|
||||
|
||||
public record RegisterCommand
|
||||
(
|
||||
string Email,
|
||||
string Password
|
||||
)
|
||||
: IRequest<RegisterResult>;
|
||||
Reference in New Issue
Block a user