Ejemplo n.º 1
0
 public IHttpActionResult DeleteProperty(string typeName, string propertyId)
 {
     _service.DeleteProperties(new[] { propertyId });
     return(StatusCode(HttpStatusCode.NoContent));
 }