AyCode.Core/AyCode.Interfaces/Profiles/IAcProfileBase.cs

11 lines
286 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 IAcProfileBase : IAcProfileDtoBase, ITimeStampInfo
{
}