Esempio n. 1
0
        public List <Income> GetAllIncome()
        {
            var allIncome = _incomeRepository.GetAllIncome();

            return(SortedList(allIncome));
        }