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

Inheritance: ICommand
Afficher le fichier Open project: elliottohara/Ellemy.CQRS

Méthodes publiques

Méthode Description
CreateMessage ( System.Guid messageId, string text ) : System

Method Details

CreateMessage() public méthode

public CreateMessage ( System.Guid messageId, string text ) : System
messageId System.Guid
text string
Résultat System