Example #1
0
 public System.Threading.Tasks.Task <WpfQuery.BDWMInterestService.getCustomInterestResponse> getCustomInterestAsync(WpfQuery.BDWMInterestService.AuthHeader AuthHeader, long[] customItIds)
 {
     WpfQuery.BDWMInterestService.getCustomInterestRequest inValue = new WpfQuery.BDWMInterestService.getCustomInterestRequest();
     inValue.AuthHeader  = AuthHeader;
     inValue.customItIds = customItIds;
     return(((WpfQuery.BDWMInterestService.InterestService)(this)).getCustomInterestAsync(inValue));
 }
Example #2
0
 public WpfQuery.BDWMInterestService.ResHeader getCustomInterest(WpfQuery.BDWMInterestService.AuthHeader AuthHeader, long[] customItIds, out WpfQuery.BDWMInterestService.CustomInterestType[] customerInterestTypes)
 {
     WpfQuery.BDWMInterestService.getCustomInterestRequest inValue = new WpfQuery.BDWMInterestService.getCustomInterestRequest();
     inValue.AuthHeader  = AuthHeader;
     inValue.customItIds = customItIds;
     WpfQuery.BDWMInterestService.getCustomInterestResponse retVal = ((WpfQuery.BDWMInterestService.InterestService)(this)).getCustomInterest(inValue);
     customerInterestTypes = retVal.customerInterestTypes;
     return(retVal.ResHeader);
 }
Example #3
0
 System.Threading.Tasks.Task <WpfQuery.BDWMInterestService.getCustomInterestResponse> WpfQuery.BDWMInterestService.InterestService.getCustomInterestAsync(WpfQuery.BDWMInterestService.getCustomInterestRequest request)
 {
     return(base.Channel.getCustomInterestAsync(request));
 }
Example #4
0
 WpfQuery.BDWMInterestService.getCustomInterestResponse WpfQuery.BDWMInterestService.InterestService.getCustomInterest(WpfQuery.BDWMInterestService.getCustomInterestRequest request)
 {
     return(base.Channel.getCustomInterest(request));
 }