IdentityShroud/IdentityShroud.Api/Apis/Dto/RealmRepresentation.cs

6 lines
No EOL
118 B
C#

namespace IdentityShroud.Api.Apis;
public record RealmRepresentation(
Guid Id,
string Slug,
string Name);