C# Class Pull.Months.ValuesOfMonth

Inheritance: IValuesOfMonth
Afficher le fichier Open project: NicoleRauch/RefactoringLegacyCode

Méthodes publiques

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

Private Methods

Méthode Description
RateOf ( Transaction transaction ) : double

Method Details

AddTransaction() public méthode

public AddTransaction ( Transaction transaction ) : void
transaction Common.Transaction
Résultat void

ValuesOfMonth() public méthode

public ValuesOfMonth ( System.DateTime dateOfMonth, IValuesOfMonth precedingMonth ) : Common.System
dateOfMonth System.DateTime
precedingMonth IValuesOfMonth
Résultat Common.System