femto-backend/Femto.Api/Controllers/Auth/LoginRequest.cs
2025-06-16 21:24:37 +02:00

3 lines
No EOL
117 B
C#

namespace Femto.Api.Controllers.Auth;
public record LoginRequest(string Username, string Password, bool RememberMe);