5 lines
137 B
C#
5 lines
137 B
C#
namespace AMREZ.EOP.Contracts.DTOs.Tenancy.RemoveBaseDomain;
|
|
|
|
public sealed record RemoveBaseDomainResponse(
|
|
string BaseDomain
|
|
); |