EF Core Beziehungskonfiguration für Envelope-Entität korrigiert
This commit is contained in:
@@ -6,7 +6,6 @@ namespace EnvelopeGenerator.Domain.Entities
|
||||
[Table("TBSIG_ENVELOPE_RECEIVER", Schema = "dbo")]
|
||||
public class EnvelopeReceiver
|
||||
{
|
||||
|
||||
[Column("ENVELOPE_ID")]
|
||||
public int EnvelopeId { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user