예제 #1
0
 public void excluir()
 {
     try
     {
         objDAL = new EstadoDAL();
         objDAL.excluir(this.est_codigo);
         objDAL = null;
     }
     catch (Exception)
     {
         throw;
     }
 }