AyCode.Core/AyCode.Interfaces/Profiles/IAcProfile.cs

11 lines
282 B
C#

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 IAcProfile : IAcProfileDtoBase, ITimeStampInfo
{
}