// DELETE: api/Recibo/5 public void Delete(int id) { _service.Delete(id); }
public ActionResult Delete(int id) { return(Ok( recSer.Delete(id) )); }