using AyCode.Interfaces.Profiles;
using TIAM.Entities.Addresses;
namespace TIAM.Entities.Profiles;
public interface IProfile : IAcProfile<Address>, IProfileDto
{
}