Example #1
0
 public static bool ExisteDistrito(string nome)
 {
     try
     {
         return(Distritos.ExisteDistrito(nome));
     }
     catch (Exception e)
     {
         throw new Exception("Erro ao verificar se existe distrito " + e.Message);
     }
 }