Method | Description | |
---|---|---|
FillData ( IList |
||
PushingBalancesCalculator ( IList |
Method | Description | |
---|---|---|
AreSameMonthAndYear ( System.DateTime date, System.DateTime dateOfTransaction ) : bool | ||
CalculateProportionalBalance ( int dayOfLatestBalance, int balance, int day, int daysInMonth ) : double | ||
TransactionsOfMonth ( System.DateTime date ) : IList |
public FillData ( IList |
||
balancesOfMonthList | IList |
|
return | void |
public PushingBalancesCalculator ( IList |
||
transactions | IList |
|
return | Common.System |