Ejemplo n.º 1
0
 public IEnumerable <Expense> LoadOfMonth(DateTime month)
 {
     return(_repository.GetForMonthAndYear(month.Month, month.Year));
 }