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