一期项目框架搭建
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using Service.Interface;
|
||||
|
||||
namespace Service.Implement
|
||||
{
|
||||
/// <summary>
|
||||
/// 网络组件与协议注册 服务实现
|
||||
/// </summary>
|
||||
public class NetworkComponentService : INetworkComponentService
|
||||
{
|
||||
// TODO: 实现 网络组件与协议注册 相关方法
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user