refactor(ModifyDocStatusCommandBase): remove ChangedWhen-property
This commit is contained in:
@@ -32,11 +32,6 @@ public abstract record ModifyDocStatusCommandBase
|
||||
/// </summary>
|
||||
public DateTime StatusChangedWhen { get; } = DateTime.Now;
|
||||
|
||||
/// <summary>
|
||||
/// Gets timestamp when this record was added.
|
||||
/// </summary>
|
||||
public abstract DateTime? ChangedWhen { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Maps the current command to a new instance of the specified type.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user