6 lines
137 B
C#
6 lines
137 B
C#
namespace TimetableDesigner.Backend.Services.Authentication.DTO.API;
|
|
|
|
public record RegisterResponse(
|
|
long Id,
|
|
string Email
|
|
); |