feat(appsettings.Dev): remove wrong cnn string

This commit is contained in:
2025-08-20 15:04:48 +02:00
parent ee98142405
commit d8200993af
2 changed files with 1 additions and 6 deletions

View File

@@ -14,11 +14,9 @@ namespace EnvelopeGenerator.Domain.Entities
[Table("TBSIG_ENVELOPE_RECEIVER", Schema = "dbo")]
public class EnvelopeReceiver
{
[Key]
[Column("ENVELOPE_ID")]
public int EnvelopeId { get; set; }
[Key]
[Column("RECEIVER_ID")]
public int ReceiverId { get; set; }