Пример #1
0
 private bool ExpenseExists(int id)
 {
     return(_service.Exists(id));
 }