Files

6 lines
137 B
C#
Raw Normal View History

2026-01-12 01:38:55 +01:00
namespace TimetableDesigner.Backend.Services.Authentication.DTO.API;
2026-01-11 02:30:08 +01:00
2026-01-14 01:37:46 +01:00
public record RegisterResponse(
long Id,
string Email
);