C# Class Gtd.ChangeProjectOutcome

Inheritance: Command, ITrustedSystemCommand
ファイルを表示 Open project: beingtheworst/btw-gtd

Private Properties

Property Type Description

Public Methods

Method Description
ChangeProjectOutcome ( ) : System
ChangeProjectOutcome ( TrustedSystemId id, ProjectId projectId, string outcome ) : System

Method Details

ChangeProjectOutcome() public method

public ChangeProjectOutcome ( ) : System
return System

ChangeProjectOutcome() public method

public ChangeProjectOutcome ( TrustedSystemId id, ProjectId projectId, string outcome ) : System
id TrustedSystemId
projectId ProjectId
outcome string
return System