fix(Envelope): Entfernen das Attribut „NotMapped“.
This commit is contained in:
@@ -27,9 +27,10 @@ namespace EnvelopeGenerator.Domain.Entities
|
||||
[Column("BYTE_DATA", TypeName = "varbinary(max)")]
|
||||
public byte[] ByteData { get; set; }
|
||||
|
||||
// TODO: * Check the Form App and remove the default value
|
||||
public List<DocumentReceiverElement> Elements { get; set; } = new List<DocumentReceiverElement>();
|
||||
|
||||
|
||||
// TODO: * Check the Form App and remove the default value
|
||||
[NotMapped]
|
||||
public string FileNameOriginal { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user