C# Class NEventStoreExample.Event.MoneyWithdrawnEvent

Inheritance: IEvent
显示文件 Open project: NForza/NEventStoreExample Class Usage Examples

Public Methods

Method Description
MoneyWithdrawnEvent ( System.Guid id, double amount ) : System

Method Details

MoneyWithdrawnEvent() public method

public MoneyWithdrawnEvent ( System.Guid id, double amount ) : System
id System.Guid
amount double
return System