refactor(ModifyDocStatusCommandBase): remove ChangedWhen-property
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user