namespace Gestor.Model.Domain.Aggilizador; public class ArquivoVinculo { public long Id { get; set; } public long IdVinculo { get; set; } public byte[] Arquivo { get; set; } public string Chave { get; set; } public int Ano { get; set; } public string Storage { get; set; } }