Пример #1
0
 public ObjectResult Delete(int id)
 {
     _clienteApp.Deletar(id);
     return(StatusCode((int)HttpStatusCode.Created, id));
 }