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