mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-05-04 20:12:51 +08:00
10 lines
366 B
C#
10 lines
366 B
C#
using NetAdmin.Cache;
|
|
using NetAdmin.SysComponent.Application.Modules.Sys;
|
|
using NetAdmin.SysComponent.Application.Services.Sys.Dependency;
|
|
|
|
namespace NetAdmin.SysComponent.Cache.Sys.Dependency;
|
|
|
|
/// <summary>
|
|
/// 站内信-角色映射缓存
|
|
/// </summary>
|
|
public interface ISiteMsgRoleCache : ICache<IDistributedCache, ISiteMsgRoleService>, ISiteMsgRoleModule; |