Example #1
0
 public ProxyGetTaxHistoryResult GetTaxHistory(ProxyGetTaxHistoryRequest GetTaxHistoryRequest)
 {
     object[] results = this.Invoke("GetTaxHistory", new object[] {
         GetTaxHistoryRequest
     });
     return((ProxyGetTaxHistoryResult)(results[0]));
 }
Example #2
0
 /// <remarks/>
 public IAsyncResult BeginGetTaxHistory(ProxyGetTaxHistoryRequest GetTaxHistoryRequest, AsyncCallback callback, object asyncState)
 {
     return(this.BeginInvoke("GetTaxHistory", new object[] {
         GetTaxHistoryRequest
     }, callback, asyncState));
 }