C# Class BankSystem.Bank

Afficher le fichier Open project: Y-LyN-10/Software-University-Courses Class Usage Examples

Méthodes publiques

Méthode Description
AddAccount ( Account account ) : void
Bank ( ) : System.Collections.Generic
Bank ( List accounts ) : System.Collections.Generic
RemoveAccount ( Account account ) : void

Method Details

AddAccount() public méthode

public AddAccount ( Account account ) : void
account Account
Résultat void

Bank() public méthode

public Bank ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Bank() public méthode

public Bank ( List accounts ) : System.Collections.Generic
accounts List
Résultat System.Collections.Generic

RemoveAccount() public méthode

public RemoveAccount ( Account account ) : void
account Account
Résultat void