Ejemplo n.º 1
0
 public void alterar()
 {
     try
     {
         objDAL = new EstadoDAL();
         objDAL.alterar(this.est_codigo, this.est_sigla, this.est_nome);
         objDAL = null;
     }
     catch (Exception)
     {
         throw;
     }
 }