示例#1
0
 public System.Threading.Tasks.Task <SOAPService.GetBibleWordsByBookTitleAndChapterResponse> GetBibleWordsByBookTitleAndChapterAsync(string BookTitle, int chapter)
 {
     SOAPService.GetBibleWordsByBookTitleAndChapterRequest inValue = new SOAPService.GetBibleWordsByBookTitleAndChapterRequest();
     inValue.Body           = new SOAPService.GetBibleWordsByBookTitleAndChapterRequestBody();
     inValue.Body.BookTitle = BookTitle;
     inValue.Body.chapter   = chapter;
     return(((SOAPService.BibleWebserviceSoap)(this)).GetBibleWordsByBookTitleAndChapterAsync(inValue));
 }
示例#2
0
 System.Threading.Tasks.Task <SOAPService.GetBibleWordsByBookTitleAndChapterResponse> SOAPService.BibleWebserviceSoap.GetBibleWordsByBookTitleAndChapterAsync(SOAPService.GetBibleWordsByBookTitleAndChapterRequest request)
 {
     return(base.Channel.GetBibleWordsByBookTitleAndChapterAsync(request));
 }