mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-05-05 04:22:51 +08:00
6 lines
172 B
C#
6 lines
172 B
C#
namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
|
|
|
|
/// <summary>
|
|
/// 开发服务
|
|
/// </summary>
|
|
public interface IDevService : IService, IDevModule; |