C# Class NEventStoreExample.Command.WithdrawMoneyCommand

Inheritance: ICommand
Mostra file Open project: NForza/NEventStoreExample

Public Methods

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

Method Details

WithdrawMoneyCommand() public method

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