Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Ellemy
CQRS
Example
Commands
CreateMessage
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