diff --git a/EnvelopeGenerator.Domain/Entities/Envelope.cs b/EnvelopeGenerator.Domain/Entities/Envelope.cs index 4cafadf1..b03ebc58 100644 --- a/EnvelopeGenerator.Domain/Entities/Envelope.cs +++ b/EnvelopeGenerator.Domain/Entities/Envelope.cs @@ -138,12 +138,15 @@ namespace EnvelopeGenerator.Domain.Entities public byte[] DOC_RESULT { get; set; } // TODO: * Check the Form App and remove the default value + [NotMapped] public List Documents { get; set; } = new List(); // TODO: * Check the Form App and remove the default value + [NotMapped] public List History { get; set; } = new List(); // TODO: * Check the Form App and remove the default value + [NotMapped] public List Receivers { get; set; } = new List(); ///