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