C# Class Service.TransferService

Afficher le fichier Open project: mesan/workmanship-oo-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
Transfer ( double amount ) : void
TransferService ( IAccount fromAccount, IAccount toAccount ) : System

Method Details

Transfer() public méthode

public Transfer ( double amount ) : void
amount double
Résultat void

TransferService() public méthode

public TransferService ( IAccount fromAccount, IAccount toAccount ) : System
fromAccount IAccount
toAccount IAccount
Résultat System