Files

7 lines
152 B
C#
Raw Normal View History

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