using EnvelopeGenerator.Domain; namespace EnvelopeGenerator.Application.DocStatus.Commands; /// /// /// public record UpdateDocStatusCommand : ModifyDocStatusCommandBase { /// /// Gets timestamp when this record was added. Returns the StatusChangedWhen value. /// public DateTime? ChangedWhen => StatusChangedWhen; }