C# Class Service.TransferService

Exibir arquivo Open project: mesan/workmanship-oo-dotnet Class Usage Examples

Public Methods

Method Description
Transfer ( double amount ) : void
TransferService ( IAccount fromAccount, IAccount toAccount ) : System

Method Details

Transfer() public method

public Transfer ( double amount ) : void
amount double
return void

TransferService() public method

public TransferService ( IAccount fromAccount, IAccount toAccount ) : System
fromAccount IAccount
toAccount IAccount
return System