Esempio n. 1
0
 public IActionResult MonthlyIncome()
 {
     ViewBag.YearList = incomeManager.GetYearList();
     return(View());
 }