Example #1
0
 public bool deleteComment(int id)
 {
     return(dal.deleteComment(id) > 0);
 }