Exemplo n.º 1
0
        public Statement GetLatestStatement()
        {
            var latestCompletedMonth = YearAndMonth.GetLatestMonth();

            return(GetStatement(latestCompletedMonth));
        }
Exemplo n.º 2
0
        public IEnumerable <Statement> GetLatestStatements()
        {
            var latestCompletedMonth = YearAndMonth.GetLatestMonth();

            return(GetStatements(latestCompletedMonth));
        }