Exemple #1
0
 public IEnumerable <Expenditure> GetAll()
 {
     return(_expenditureRepository.GetAll());
 }