Init Git
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace AMREZ.EOP.Contracts.DTOs.Tenancy.UpdateTenant;
|
||||
|
||||
public sealed record UpdateTenantResponse(
|
||||
string TenantKey,
|
||||
DateTimeOffset UpdatedAtUtc
|
||||
);
|
||||
Reference in New Issue
Block a user