using AyCode.Interfaces.Profiles.Dtos; using TIAM.Entities.Addresses; namespace TIAM.Entities.Profiles; public interface IProfileDto : IAcProfileDtoBase { } public interface IProfileDto : IProfileDto, IAcProfileDtoBase where TAddress : class, IAddressDto { }