3 lines
126 B
C#
3 lines
126 B
C#
namespace DigitalData.Auth.API.Dto;
|
|
|
|
public record UserLogin(string Password, int? UserId = null, string? Username = null); |