コード例 #1
0
ファイル: RedPill.svc.cs プロジェクト: Hemantham/WCFSoapAPI
 private static Actual.RedPillClient getRedPillClient()
 {
     Actual.RedPillClient redPillClient = getRedPillClient();
     return(redPillClient);
 }
コード例 #2
0
ファイル: RedPill.svc.cs プロジェクト: Hemantham/WCFSoapAPI
 public string ReverseWords(string number)
 {
     Actual.RedPillClient redPillClient = getRedPillClient();
     return(redPillClient.ReverseWords(number));
 }
コード例 #3
0
ファイル: RedPill.svc.cs プロジェクト: Hemantham/WCFSoapAPI
 public Actual.TriangleType WhatShapeIsThis(int a, int b, int c)
 {
     Actual.RedPillClient redPillClient = getRedPillClient();
     return(redPillClient.WhatShapeIsThis(a, b, c));
 }
コード例 #4
0
ファイル: RedPill.svc.cs プロジェクト: Hemantham/WCFSoapAPI
 public long FibonacciNumber(long number)
 {
     Actual.RedPillClient redPillClient = getRedPillClient();
     return(redPillClient.FibonacciNumber(number));
 }