Пример #1
0
 public void DeleteById(int idComment)
 {
     _commentDao.DeleteById(idComment);
 }