femto-backend/Femto.Modules.Authentication/Contracts/UserInfo.cs

3 lines
No EOL
104 B
C#

namespace Femto.Modules.Authentication.Contracts;
public record UserInfo(Guid UserId, string Username);