public GetListofAMCustomerResponse GetListofAMCustomer(GetListofAMCustomerRequest GetListofAMCustomerReq, System.DateTime StartDate, System.DateTime EndDate)
 {
     object[] results = this.Invoke("GetListofAMCustomer", new object[] {
         GetListofAMCustomerReq,
         StartDate,
         EndDate
     });
     return((GetListofAMCustomerResponse)(results[0]));
 }
 /// <remarks/>
 public void GetListofAMCustomerAsync(GetListofAMCustomerRequest GetListofAMCustomerReq, System.DateTime StartDate, System.DateTime EndDate, object userState)
 {
     if ((this.GetListofAMCustomerOperationCompleted == null))
     {
         this.GetListofAMCustomerOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetListofAMCustomerOperationCompleted);
     }
     this.InvokeAsync("GetListofAMCustomer", new object[] {
         GetListofAMCustomerReq,
         StartDate,
         EndDate
     }, this.GetListofAMCustomerOperationCompleted, userState);
 }
 /// <remarks/>
 public void GetListofAMCustomerAsync(GetListofAMCustomerRequest GetListofAMCustomerReq, System.DateTime StartDate, System.DateTime EndDate)
 {
     this.GetListofAMCustomerAsync(GetListofAMCustomerReq, StartDate, EndDate, null);
 }