using AyCode.Interfaces.Profiles;
using AyCode.Interfaces.Profiles.Dtos;
namespace Mango.Interfaces.Profiles;
public interface IProfileRelation<TProfile> : IAcProfileRelation<TProfile>, IProfileForeignKey where TProfile : class, IProfileDto
{
}