Exemplo n.º 1
0
 public IHttpActionResult Delete(int id)
 {
     _appService.Delete(id);
     return(Ok());
 }
Exemplo n.º 2
0
 public ActionResult Delete(int id)
 {
     _appService.Delete(id);
     return(NoContent());
 }