Method | Description | |
---|---|---|
Cancel ( System.Guid taskId ) : System.Web.Mvc.ActionResult | ||
Complete ( System.Guid taskId ) : System.Web.Mvc.ActionResult | ||
TaskController ( ICommandSender commands, TaskDtoRepository repository ) : System |
Method | Description | |
---|---|---|
Create ( |
||
Create ( ) : System.Web.Mvc.ViewResult | ||
Execute ( ICommand command ) : System.Web.Mvc.ActionResult | ||
Postpone ( |
||
Postpone ( System.Guid taskId ) : System.Web.Mvc.ViewResult | ||
Prioritise ( |
||
Prioritise ( System.Guid taskId ) : System.Web.Mvc.ViewResult |
public Cancel ( System.Guid taskId ) : System.Web.Mvc.ActionResult | ||
taskId | System.Guid | |
return | System.Web.Mvc.ActionResult |
public Complete ( System.Guid taskId ) : System.Web.Mvc.ActionResult | ||
taskId | System.Guid | |
return | System.Web.Mvc.ActionResult |
public TaskController ( ICommandSender commands, TaskDtoRepository repository ) : System | ||
commands | ICommandSender | |
repository | TaskDtoRepository | |
return | System |