添加项目文件。
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using IM.Commons;
|
||||
|
||||
namespace ConnectorService.Services
|
||||
{
|
||||
public interface IConversationIntergrationService
|
||||
{
|
||||
Task<List<string>> GetUserStreamKeysAsync(Guid userId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user