Ejemplo n.º 1
0
 public IEnumerable <ListExpenseViewModel> GetExpensesByMonth(int month)
 {
     return(_repository.GetExpensesByMonth(month));
 }