C# Class NEventStoreExample.Event.MoneyWithdrawnEvent

Inheritance: IEvent
Afficher le fichier Open project: NForza/NEventStoreExample Class Usage Examples

Méthodes publiques

Méthode Description
MoneyWithdrawnEvent ( System.Guid id, double amount ) : System

Method Details

MoneyWithdrawnEvent() public méthode

public MoneyWithdrawnEvent ( System.Guid id, double amount ) : System
id System.Guid
amount double
Résultat System