Exemplo n.º 1
0
 public void DeleteMultiple(int userId)
 {
     _commentDal.DeleteMultiple(userId);
 }