refactor(ModifyDocStatusCommandBase): remove ChangedWhen-property

This commit is contained in:
2025-08-25 11:18:48 +02:00
parent 996b544633
commit 85a855fe64
3 changed files with 1 additions and 11 deletions

View File

@@ -5,11 +5,6 @@
/// </summary>
public record CreateDocStatusCommand : ModifyDocStatusCommandBase
{
/// <summary>
/// Gets timestamp when this record was added. Returns null.
/// </summary>
public override DateTime? ChangedWhen => null;
/// <summary>
/// Gets timestamp when this record was added. Returns the StatusChangedWhen value.
/// </summary>