예제 #1
0
 /// <remarks/>
 public void ExcluiFornecedorAsync(TFornecedor Fornecedor, object userState) {
     if ((this.ExcluiFornecedorOperationCompleted == null)) {
         this.ExcluiFornecedorOperationCompleted = new System.Threading.SendOrPostCallback(this.OnExcluiFornecedorOperationCompleted);
     }
     this.InvokeAsync("ExcluiFornecedor", new object[] {
                 Fornecedor}, this.ExcluiFornecedorOperationCompleted, userState);
 }
예제 #2
0
 public string ExcluiFornecedor(TFornecedor Fornecedor) {
     object[] results = this.Invoke("ExcluiFornecedor", new object[] {
                 Fornecedor});
     return ((string)(results[0]));
 }
예제 #3
0
 /// <remarks/>
 public void ExcluiFornecedorAsync(TFornecedor Fornecedor) {
     this.ExcluiFornecedorAsync(Fornecedor, null);
 }
예제 #4
0
 /// <remarks/>
 public void AlteraFornecedorAsync(TFornecedor Fornecedor) {
     this.AlteraFornecedorAsync(Fornecedor, null);
 }