3 lines
No EOL
97 B
C#
3 lines
No EOL
97 B
C#
namespace Femto.Api.Controllers.Auth;
|
|
|
|
public record LoginResponse(Guid UserId, string Username); |