C# Class Ellemy.CQRS.Example.Commands.CreateMessage

Inheritance: ICommand
ファイルを表示 Open project: elliottohara/Ellemy.CQRS

Public Methods

Method Description
CreateMessage ( System.Guid messageId, string text ) : System

Method Details

CreateMessage() public method

public CreateMessage ( System.Guid messageId, string text ) : System
messageId System.Guid
text string
return System