C# Class EventSourcing.Sample.MoneyTransferSample.TransferMoneyService

Inheritance: ITransferMoneyService
Mostrar archivo Open project: tangxuehua/eventsourcing

Public Methods

Method Description
TransferMoney ( BankAccount sourceAccount, BankAccount targetAccount, double amount ) : void

Method Details

TransferMoney() public method

public TransferMoney ( BankAccount sourceAccount, BankAccount targetAccount, double amount ) : void
sourceAccount BankAccount
targetAccount BankAccount
amount double
return void