Exemple #1
0
 public void Excluir()
 {
     if (IdFormaPgto > 0)
     {
         Controle.ExecutaSQL("DELETE FROM FormaPagamento WHERE Id_FormaPgto=" + IdFormaPgto.ToString().Trim());
     }
 }
Exemple #2
0
 public void Concluir()
 {
     Controle.ExecutaSQL("UPDATE MvEstoque Set Status=1,Id_FormaPgto=" + IdFormaPgto.ToString() + " Where Id_Mov=" + IdMov.ToString());
     Status = 1;
 }