Пример #1
0
 private bool NotificationExists(int id)
 {
     return(_repository.EntityExists(id));
 }