C# Class NEventStoreExample.Command.SetAccountDetailsCommand

Inheritance: ICommand
Afficher le fichier Open project: NForza/NEventStoreExample

Méthodes publiques

Méthode Description
SetAccountDetailsCommand ( System.Guid accountid, string name, string address, string city ) : System

Method Details

SetAccountDetailsCommand() public méthode

public SetAccountDetailsCommand ( System.Guid accountid, string name, string address, string city ) : System
accountid System.Guid
name string
address string
city string
Résultat System