using AyCode.Interfaces.Profiles.Dtos;
namespace Mango.Interfaces.Profiles;
public interface IProfileDto : IAcProfileDtoBase
{
}