C# Class NEventStoreExample.Event.AccountClosedEvent

Inheritance: IEvent
Exibir arquivo Open project: NForza/NEventStoreExample Class Usage Examples

Public Methods

Method Description
AccountClosedEvent ( System.Guid accountid, string name ) : System

Method Details

AccountClosedEvent() public method

public AccountClosedEvent ( System.Guid accountid, string name ) : System
accountid System.Guid
name string
return System