C# 클래스 Gtd.Client.Core.Services.Actions.ActionService

상속: IActionService
파일 보기 프로젝트 열기: beingtheworst/btw-gtd

공개 메소드들

메소드 설명
ActionService ( IActionRepository actionRepository ) : System.Collections.Generic
AllActions ( ) : IList
DefineAction ( Action action ) : void
GetByActionId ( string actionId ) : Action
GetByProjectId ( string projectId ) : Action

메소드 상세

ActionService() 공개 메소드

public ActionService ( IActionRepository actionRepository ) : System.Collections.Generic
actionRepository IActionRepository
리턴 System.Collections.Generic

AllActions() 공개 메소드

public AllActions ( ) : IList
리턴 IList

DefineAction() 공개 메소드

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

GetByActionId() 공개 메소드

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

GetByProjectId() 공개 메소드

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