Example #1
0
 /// <remarks/>
 public void IncluirBaixaContasaPagarAsync(TBaixaVencimentoaPagar BaixaContasaPagar) {
     this.IncluirBaixaContasaPagarAsync(BaixaContasaPagar, null);
 }
Example #2
0
 /// <remarks/>
 public void IncluirBaixaContasaPagarAsync(TBaixaVencimentoaPagar BaixaContasaPagar, object userState) {
     if ((this.IncluirBaixaContasaPagarOperationCompleted == null)) {
         this.IncluirBaixaContasaPagarOperationCompleted = new System.Threading.SendOrPostCallback(this.OnIncluirBaixaContasaPagarOperationCompleted);
     }
     this.InvokeAsync("IncluirBaixaContasaPagar", new object[] {
                 BaixaContasaPagar}, this.IncluirBaixaContasaPagarOperationCompleted, userState);
 }
Example #3
0
 public string IncluirBaixaContasaPagar(TBaixaVencimentoaPagar BaixaContasaPagar) {
     object[] results = this.Invoke("IncluirBaixaContasaPagar", new object[] {
                 BaixaContasaPagar});
     return ((string)(results[0]));
 }