refactor(ModifyDocStatusCommandBase): remove ChangedWhen-property
This commit is contained in:
@@ -10,5 +10,5 @@ public record UpdateDocStatusCommand : ModifyDocStatusCommandBase
|
||||
/// <summary>
|
||||
/// Gets timestamp when this record was added. Returns the StatusChangedWhen value.
|
||||
/// </summary>
|
||||
public override DateTime? ChangedWhen => StatusChangedWhen;
|
||||
public DateTime? ChangedWhen => StatusChangedWhen;
|
||||
}
|
||||
Reference in New Issue
Block a user