C# Class Joshilewis.Cqrs.Command.Command

Empty class used for DI registration
Inheritance: Message
Afficher le fichier Open project: joshilewis/lending

Méthodes protégées

Méthode Description
Command ( ) : System
Command ( System.Guid processId, System.Guid aggregateId ) : System

Method Details

Command() protected méthode

protected Command ( ) : System
Résultat System

Command() protected méthode

protected Command ( System.Guid processId, System.Guid aggregateId ) : System
processId System.Guid
aggregateId System.Guid
Résultat System