Exemplo n.º 1
0
        // DELETE: api/createpp/5
        public HttpResponseMessage Delete(int id)
        {
            BLLPpoint.DeletePPoint(id.ToString());
            HttpResponseMessage response = Request.CreateResponse(HttpStatusCode.OK);

            return(response);
        }
Exemplo n.º 2
0
        public HttpResponseMessage Delete(tppoint e)
        {
            BLLPpoint.DeletePPoint(e.ID_PPOINT.ToString());
            HttpResponseMessage response = Request.CreateResponse(HttpStatusCode.OK);

            return(response);
        }