C# Class NEventStoreExample.Command.SetAccountDetailsCommand

Inheritance: ICommand
Mostra file Open project: NForza/NEventStoreExample

Public Methods

Method Description
SetAccountDetailsCommand ( System.Guid accountid, string name, string address, string city ) : System

Method Details

SetAccountDetailsCommand() public method

public SetAccountDetailsCommand ( System.Guid accountid, string name, string address, string city ) : System
accountid System.Guid
name string
address string
city string
return System