using AyCode.Interfaces; using AyCode.Interfaces.TimeStampInfo; using AyCode.Interfaces.MediaInfo; using AyCode.Interfaces.Entities; using AyCode.Interfaces.Profiles.Dtos; namespace AyCode.Interfaces.Profiles; public interface IAcProfileBase : IAcProfileDtoBase, ITimeStampInfo { }