add(conversation):完善私聊好友会话服务
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using IM_API.Domain.Interfaces;
|
||||
|
||||
namespace IM_API.Application.Interfaces
|
||||
{
|
||||
public interface IEventHandler<in TEvent> where TEvent : IEvent
|
||||
{
|
||||
Task Handle(TEvent @event);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user