You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Darwinism/RQL/RESTProvider.vb

15 lines
354 B

''' <summary>
''' 在线查询服务提供模块
''' </summary>
Public Class RESTProvider
''' <summary>
'''
''' </summary>
''' <param name="portal"></param>
''' <param name="repo">需要在这里将url转换为Long以进行protocol的绑定操作</param>
Sub New(portal As Integer, repo As Repository)
End Sub
End Class