Example #1
0
 public System.Threading.Tasks.Task <SOAPService.GetBibleWordsByChapterAndVerseResponse> GetBibleWordsByChapterAndVerseAsync(string BookTitle, int chapter, int Verse)
 {
     SOAPService.GetBibleWordsByChapterAndVerseRequest inValue = new SOAPService.GetBibleWordsByChapterAndVerseRequest();
     inValue.Body           = new SOAPService.GetBibleWordsByChapterAndVerseRequestBody();
     inValue.Body.BookTitle = BookTitle;
     inValue.Body.chapter   = chapter;
     inValue.Body.Verse     = Verse;
     return(((SOAPService.BibleWebserviceSoap)(this)).GetBibleWordsByChapterAndVerseAsync(inValue));
 }
Example #2
0
 System.Threading.Tasks.Task <SOAPService.GetBibleWordsByChapterAndVerseResponse> SOAPService.BibleWebserviceSoap.GetBibleWordsByChapterAndVerseAsync(SOAPService.GetBibleWordsByChapterAndVerseRequest request)
 {
     return(base.Channel.GetBibleWordsByChapterAndVerseAsync(request));
 }