Example #1
0
 public ActionResult Delete(int id)
 {
     return(ReviewDAO.Delete(id) ? (ActionResult)Ok() : NotFound());
 }