C# Class NEventStoreExample.Command.CreateAccountCommand

Inheritance: ICommand
Mostra file Open project: NForza/NEventStoreExample

Public Methods

Method Description
CreateAccountCommand ( System.Guid accountId, string name ) : System

Method Details

CreateAccountCommand() public method

public CreateAccountCommand ( System.Guid accountId, string name ) : System
accountId System.Guid
name string
return System