C# Class TaskNotes.Domain.Commands.PostponeTaskCommand

Inheritance: NewDueDateCommand
ファイルを表示 Open project: fkalseth/tasknotes Class Usage Examples

Public Methods

Method Description
PostponeTaskCommand ( System.Guid taskId, System.DateTime newDueDate ) : System

Method Details

PostponeTaskCommand() public method

public PostponeTaskCommand ( System.Guid taskId, System.DateTime newDueDate ) : System
taskId System.Guid
newDueDate System.DateTime
return System