using System; using System.Runtime.CompilerServices; namespace Gestor.Model.Common { public class FiltroArquivoDigital { public long Id { get; set; } public long IdApolice { get; set; } public object Parente { get; set; } public TipoArquivoDigital Tipo { get; set; } public FiltroArquivoDigital() { } } }