示例#1
0
 public void inserir()
 {
     try
     {
         objDAL = new EstadoDAL();
         objDAL.inserir(this.est_sigla, this.est_nome);
         objDAL = null;
     }
     catch (Exception)
     {
         throw;
     }
 }