Method | Description | |
---|---|---|
ActionService ( IActionRepository actionRepository ) : System.Collections.Generic | ||
AllActions ( ) : IList |
||
DefineAction ( |
||
GetByActionId ( string actionId ) : |
||
GetByProjectId ( string projectId ) : |
public ActionService ( IActionRepository actionRepository ) : System.Collections.Generic | ||
actionRepository | IActionRepository | |
return | System.Collections.Generic |
public DefineAction ( |
||
action | ||
return | void |
public GetByActionId ( string actionId ) : |
||
actionId | string | |
return |
public GetByProjectId ( string projectId ) : |
||
projectId | string | |
return |