Example #1
0
 public static bool ApagaDistrito(Distrito d)
 {
     try
     {
         return(Distritos.ApagaDistrito(d));
     }
     catch (Exception e)
     {
         throw new Exception("Erro ao apagar distrito " + e.Message);
     }
 }