3 lines
115 B
C#
3 lines
115 B
C#
namespace Moonlight.Shared.Http.Responses.Admin.Auth;
|
|
|
|
public record SchemeDto(string Name, string DisplayName); |