13 lines
265 B
C#
13 lines
265 B
C#
using Service.Interface;
|
|
|
|
namespace Service.Implement
|
|
{
|
|
/// <summary>
|
|
/// 协议模板库 服务实现
|
|
/// </summary>
|
|
public class ProtocolTemplateService : IProtocolTemplateService
|
|
{
|
|
// TODO: 实现 协议模板库 相关方法
|
|
}
|
|
}
|