C# Class EventSourcing.MyAggregate

Inheritance: AggregateRoot
Afficher le fichier Open project: dolittle/DotNET.Applications

Méthodes publiques

Méthode Description
DoStuff ( ) : void
MyAggregate ( EventSourceId eventSourceId ) : Dolittle.Domain

Method Details

DoStuff() public méthode

public DoStuff ( ) : void
Résultat void

MyAggregate() public méthode

public MyAggregate ( EventSourceId eventSourceId ) : Dolittle.Domain
eventSourceId EventSourceId
Résultat Dolittle.Domain