using AyCode.Interfaces.Entities;
namespace AyCode.Interfaces;
public interface IAcModelDtoBase : IEntityGuid
{
}