Ejemplo n.º 1
0
 public async Task <ActionResult <bool> > DeleteCommentById(int id)
 {
     return(dao.DeleteCommentById(id));
 }