Ejemplo n.º 1
0
 public ObjectResult Delete(int id)
 {
     _usuarioApp.Deletar(id);
     return(StatusCode((int)HttpStatusCode.Created, id));
 }