C# Class QSBanks.AccountOwnerBase

Inheritance: PropertyChangedBase, IAccountOwner
Exibir arquivo Open project: QualitySolution/QSProjects

Private Properties

Property Type Description
UpdateDefault void

Public Methods

Method Description
AccountOwnerBase ( ) : System
AddAccount ( Account account ) : void

Private Methods

Method Description
UpdateDefault ( ) : void

Method Details

AccountOwnerBase() public method

public AccountOwnerBase ( ) : System
return System

AddAccount() public method

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