femto-backend/Femto.Api/Controllers/Auth/LoginRequest.cs

3 lines
No EOL
100 B
C#

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