Exemplo n.º 1
0
 public bool DeleteComment(int id)
 {
     return(commentDataAccess.DeleteComment(id));
 }