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

6 lines
118 B
C#
Raw Normal View History

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