XFEExtension.NetCore.ServerInteractive
[DLL] Server interaction extension, including user identity verification and querying in conjunction with AutoConfig
关注
0
Fork
0
Star
0
返回提交历史
Modified
XFEExtension.NetCore.ServerInteractive/Interfaces/CoreService/IServerCoreRouteProvider.cs
+1
-1
XFEstudio/XFEExtension.NetCore.ServerInteractive
docs: fix IServerCoreRouteProvider summary — instance route provider, not static abstract
Agent-Logs-Url: https://github.com/XFEstudio/XFEExtension.NetCore.ServerInteractive/sessions/ba8f8c6e-9352-46a4-8efe-318d85bc9f85 Co-authored-by: XFEstudio <132526994+XFEstudio@users.noreply.github.com>
1d67761
代码差异
1 个文件
+1
-1
@@ -1,7 +1,7 @@
1
1
namespace XFEExtension.NetCore.ServerInteractive.Interfaces.CoreService;
2
2
3
3
/// <summary>
4
/// 提供标准核心服务路由路径列表的静态抽象契约
4
/// 提供标准核心服务路由路径列表的实例路由提供者契约
5
5
/// </summary>
6
6
public interface IServerCoreRouteProvider
7
7
{