C# Class BankSystem.Bank

Show file Open project: Y-LyN-10/Software-University-Courses Class Usage Examples

Public Methods

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

Method Details

AddAccount() public method

public AddAccount ( Account account ) : void
account Account
return void

Bank() public method

public Bank ( ) : System.Collections.Generic
return System.Collections.Generic

Bank() public method

public Bank ( List accounts ) : System.Collections.Generic
accounts List
return System.Collections.Generic

RemoveAccount() public method

public RemoveAccount ( Account account ) : void
account Account
return void