mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-05-04 20:12:51 +08:00
6 lines
138 B
C#
6 lines
138 B
C#
namespace NetAdmin.Infrastructure.EventBus;
|
|
|
|
/// <summary>
|
|
/// 事件订阅器接口
|
|
/// </summary>
|
|
public interface IEventSubscriber; |