C# Class Joshilewis.Cqrs.Command.Command

Empty class used for DI registration
Inheritance: Message
Datei anzeigen Open project: joshilewis/lending

Protected Methods

Method Description
Command ( ) : System
Command ( System.Guid processId, System.Guid aggregateId ) : System

Method Details

Command() protected method

protected Command ( ) : System
return System

Command() protected method

protected Command ( System.Guid processId, System.Guid aggregateId ) : System
processId System.Guid
aggregateId System.Guid
return System