Exemple #1
0
 public static bool ApagaOcorrencia(int id)
 {
     try
     {
         return(Ocorrencias.ApagaOcorrencia(ProcuraOcorrencia(id)));
     }
     catch (Exception e)
     {
         throw new Exception("Erro ao apagar ocorrencia: " + e.Message);
     }
 }