Exemple #1
0
 public List <Income> GetIncomesForMonth(DateTime month)
 {
     return(_incomeService.LoadOfMonth(month).ToList());
 }