Init Git
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace AMREZ.EOP.Contracts.DTOs.Tenancy.ListDomains;
|
||||
|
||||
public sealed record DomainDto(
|
||||
string Domain,
|
||||
string? TenantKey,
|
||||
bool IsPlatformBaseDomain,
|
||||
bool IsActive,
|
||||
DateTimeOffset UpdatedAtUtc);
|
||||
|
||||
public sealed record ListDomainsResponse(
|
||||
IReadOnlyList<DomainDto> Items
|
||||
);
|
||||
Reference in New Issue
Block a user