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

Inheritance: IActionService
Afficher le fichier Open project: beingtheworst/btw-gtd

Méthodes publiques

Méthode 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 méthode

public ActionService ( IActionRepository actionRepository ) : System.Collections.Generic
actionRepository IActionRepository
Résultat System.Collections.Generic

AllActions() public méthode

public AllActions ( ) : IList
Résultat IList

DefineAction() public méthode

public DefineAction ( Action action ) : void
action Gtd.Client.Core.Models.Action
Résultat void

GetByActionId() public méthode

public GetByActionId ( string actionId ) : Action
actionId string
Résultat Gtd.Client.Core.Models.Action

GetByProjectId() public méthode

public GetByProjectId ( string projectId ) : Action
projectId string
Résultat Gtd.Client.Core.Models.Action