Метод | Описание | |
---|---|---|
QuickTaskController ( IUserProcessor userProcessor, ITaskProcessor taskProcessor, INotifier notifier, INewsProcessor newsProcessor, IStringExtensions stringExtensions ) : System |
Initializes a new instance of the QuickTaskController class.
|
|
QuickTaskCreation ( |
The quick task creation.
|
Метод | Описание | |
---|---|---|
QuickTaskCreation ( int projectId, string description ) : System.Web.Mvc.ActionResult |
public QuickTaskController ( IUserProcessor userProcessor, ITaskProcessor taskProcessor, INotifier notifier, INewsProcessor newsProcessor, IStringExtensions stringExtensions ) : System | ||
userProcessor | IUserProcessor | /// The user processor. /// |
taskProcessor | ITaskProcessor | /// The task processor. /// |
notifier | INotifier | /// The notifier. /// |
newsProcessor | INewsProcessor | /// The news processor. /// |
stringExtensions | IStringExtensions | /// The string extensions. /// |
Результат | System |
public QuickTaskCreation ( |
||
humanTask | /// The human Task. /// | |
Результат | System.Web.Mvc.ActionResult |