C# 클래스 Pull.Months.ValuesOfMonth

상속: IValuesOfMonth
파일 보기 프로젝트 열기: NicoleRauch/RefactoringLegacyCode

공개 메소드들

메소드 설명
AddTransaction ( Transaction transaction ) : void
ValuesOfMonth ( System.DateTime dateOfMonth, IValuesOfMonth precedingMonth ) : Common.System

비공개 메소드들

메소드 설명
RateOf ( Transaction transaction ) : double

메소드 상세

AddTransaction() 공개 메소드

public AddTransaction ( Transaction transaction ) : void
transaction Common.Transaction
리턴 void

ValuesOfMonth() 공개 메소드

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