Files

6 lines
158 B
C#

namespace TimetableDesigner.Backend.Services.Authentication.Application.Commands.Register;
public record RegisterResult(
long Id,
string Email
);