femto-backend/Femto.Api/Controllers/Auth/LoginResponse.cs
2025-05-14 23:53:00 +02:00

3 lines
No EOL
97 B
C#

namespace Femto.Api.Controllers.Auth;
public record LoginResponse(Guid UserId, string Username);