C# Class DemoApp.Account

Inheritance: IAccount
显示文件 Open project: KeaganPhillips/Wit-Group-4-project

Public Methods

Method Description
Account ( ) : System
Credit ( decimal amount ) : void
Debit ( decimal amount ) : void

Method Details

Account() public method

public Account ( ) : System
return System

Credit() public method

public Credit ( decimal amount ) : void
amount decimal
return void

Debit() public method

public Debit ( decimal amount ) : void
amount decimal
return void