5 lines
169 B
C#
5 lines
169 B
C#
namespace Acl.Application;
|
|
|
|
/// <summary>Domain-language payload handed to the ACL. No ZGW concepts here.</summary>
|
|
public sealed record DomainRegistration(string Bsn);
|