6 lines
118 B
C#
6 lines
118 B
C#
|
|
namespace IdentityShroud.Api.Apis;
|
||
|
|
|
||
|
|
public record RealmRepresentation(
|
||
|
|
Guid Id,
|
||
|
|
string Slug,
|
||
|
|
string Name);
|