Пример #1
0
 public System.Threading.Tasks.Task <GamePortal.API.FinancialService.GetFeeByRangeResponse> GetFeeByRangeAsync(int start, int end)
 {
     GamePortal.API.FinancialService.GetFeeByRangeRequest inValue = new GamePortal.API.FinancialService.GetFeeByRangeRequest();
     inValue.Body       = new GamePortal.API.FinancialService.GetFeeByRangeRequestBody();
     inValue.Body.start = start;
     inValue.Body.end   = end;
     return(((GamePortal.API.FinancialService.FinancialSoap)(this)).GetFeeByRangeAsync(inValue));
 }
Пример #2
0
 public GamePortal.API.FinancialService.GameFee[] GetFeeByRange(int start, int end)
 {
     GamePortal.API.FinancialService.GetFeeByRangeRequest inValue = new GamePortal.API.FinancialService.GetFeeByRangeRequest();
     inValue.Body       = new GamePortal.API.FinancialService.GetFeeByRangeRequestBody();
     inValue.Body.start = start;
     inValue.Body.end   = end;
     GamePortal.API.FinancialService.GetFeeByRangeResponse retVal = ((GamePortal.API.FinancialService.FinancialSoap)(this)).GetFeeByRange(inValue);
     return(retVal.Body.GetFeeByRangeResult);
 }
Пример #3
0
 System.Threading.Tasks.Task <GamePortal.API.FinancialService.GetFeeByRangeResponse> GamePortal.API.FinancialService.FinancialSoap.GetFeeByRangeAsync(GamePortal.API.FinancialService.GetFeeByRangeRequest request)
 {
     return(base.Channel.GetFeeByRangeAsync(request));
 }
Пример #4
0
 GamePortal.API.FinancialService.GetFeeByRangeResponse GamePortal.API.FinancialService.FinancialSoap.GetFeeByRange(GamePortal.API.FinancialService.GetFeeByRangeRequest request)
 {
     return(base.Channel.GetFeeByRange(request));
 }