Exemple #1
0
 public HttpResponseMessage acionamentoEmergencia(float longi, float lati, long cpf, string historico)
 {
     ocorrencia.acionamentoEmergencia(cpf, lati, longi, historico);
     return(Request.CreateResponse(HttpStatusCode.Created));
 }