refactor(EnvelopeReceiverReadOnly): ChangedWho Eigenschaft „nullable“ gemacht
This commit is contained in:
parent
b6badb44af
commit
c69c39fa44
@ -36,7 +36,7 @@ namespace EnvelopeGenerator.Domain.Entities
|
||||
|
||||
[Column("CHANGED_WHO")]
|
||||
[StringLength(100)]
|
||||
public required string ChangedWho { get; init; }
|
||||
public string? ChangedWho { get; init; }
|
||||
|
||||
[Column("CHANGED_WHEN")]
|
||||
public DateTime? ChangedWhen { get; init; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user