Exemplo n.º 1
0
 /// <remarks/>
 public void AnulacionNotaDebitoAsync(AnulaNotaDebito NOTADEBITO, object userState) {
     if ((this.AnulacionNotaDebitoOperationCompleted == null)) {
         this.AnulacionNotaDebitoOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAnulacionNotaDebitoOperationCompleted);
     }
     this.InvokeAsync("AnulacionNotaDebito", new object[] {
                 NOTADEBITO}, this.AnulacionNotaDebitoOperationCompleted, userState);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void AnulacionNotaDebitoAsync(AnulaNotaDebito NOTADEBITO) {
     this.AnulacionNotaDebitoAsync(NOTADEBITO, null);
 }