C# Class NEventStoreExample.Command.DepositMoneyCommand

Inheritance: ICommand
Mostra file Open project: NForza/NEventStoreExample

Public Methods

Method Description
DepositMoneyCommand ( System.Guid accountId, double amount ) : System

Method Details

DepositMoneyCommand() public method

public DepositMoneyCommand ( System.Guid accountId, double amount ) : System
accountId System.Guid
amount double
return System