First create solution
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<ServiceContract()>
|
||||
Public Interface IService
|
||||
|
||||
|
||||
<WebGet(ResponseFormat:=WebMessageFormat.Json, UriTemplate:="/GetVersionInfo?id={I}")>
|
||||
<OperationContract>
|
||||
Function GetVersionInfo(I As String) As String
|
||||
|
||||
<WebGet(ResponseFormat:=WebMessageFormat.Json, UriTemplate:="/GetInfo?id={I}")>
|
||||
<OperationContract>
|
||||
Function GetInfo(I As String) As String
|
||||
|
||||
End Interface
|
||||
|
||||
Reference in New Issue
Block a user