C# Class Gtd.Client.Core.Services.Actions.ActionService

Inheritance: IActionService
Mostrar archivo Open project: beingtheworst/btw-gtd

Public Methods

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

Method Details

ActionService() public method

public ActionService ( IActionRepository actionRepository ) : System.Collections.Generic
actionRepository IActionRepository
return System.Collections.Generic

AllActions() public method

public AllActions ( ) : IList
return IList

DefineAction() public method

public DefineAction ( Action action ) : void
action Gtd.Client.Core.Models.Action
return void

GetByActionId() public method

public GetByActionId ( string actionId ) : Action
actionId string
return Gtd.Client.Core.Models.Action

GetByProjectId() public method

public GetByProjectId ( string projectId ) : Action
projectId string
return Gtd.Client.Core.Models.Action