mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-05-05 04:22:51 +08:00
9 lines
265 B
C#
9 lines
265 B
C#
using NetAdmin.Application.Services;
|
|
using NetAdmin.SysComponent.Application.Modules.Sys;
|
|
|
|
namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
|
|
|
|
/// <summary>
|
|
/// 菜单服务
|
|
/// </summary>
|
|
public interface IMenuService : IService, IMenuModule; |