C# Class Pull.Months.ValuesOfMonth

Inheritance: IValuesOfMonth
显示文件 Open project: NicoleRauch/RefactoringLegacyCode

Public Methods

Method Description
AddTransaction ( Transaction transaction ) : void
ValuesOfMonth ( System.DateTime dateOfMonth, IValuesOfMonth precedingMonth ) : Common.System

Private Methods

Method Description
RateOf ( Transaction transaction ) : double

Method Details

AddTransaction() public method

public AddTransaction ( Transaction transaction ) : void
transaction Common.Transaction
return void

ValuesOfMonth() public method

public ValuesOfMonth ( System.DateTime dateOfMonth, IValuesOfMonth precedingMonth ) : Common.System
dateOfMonth System.DateTime
precedingMonth IValuesOfMonth
return Common.System