mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-05-05 12:32:52 +08:00
9 lines
276 B
C#
9 lines
276 B
C#
using NetAdmin.Application.Services;
|
|
using NetAdmin.SysComponent.Application.Modules.Sys;
|
|
|
|
namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
|
|
|
|
/// <summary>
|
|
/// 常量服务
|
|
/// </summary>
|
|
public interface IConstantService : IService, IConstantModule { } |