Ejemplo n.º 1
0
 public void inserir()
 {
     try
     {
         objDAL = new FormaPagamentoDAL();
         objDAL.inserir(this.fp_descricao);
         objDAL = null;
     }
     catch (Exception)
     {
         throw;
     }
 }