Example #1
0
 public ActionResult AceptarDenuncia(int id)
 {
     adminService.AceptarDenuncia(id);
     return(Redirect("/Admin/Complaints"));
 }