6 lines
162 B
C#
6 lines
162 B
C#
namespace AMREZ.EOP.Contracts.DTOs.Tenancy.UpdateTenant;
|
|
|
|
public sealed record UpdateTenantResponse(
|
|
string TenantKey,
|
|
DateTimeOffset UpdatedAtUtc
|
|
); |