Beispiel #1
0
 public HttpResponseMessage Remove(Guid id)
 {
     _process.Remove(id);
     return(Request.CreateResponse(HttpStatusCode.OK));
 }