添加项目文件。
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
namespace MessageService.WebApi.Application.IntegrationServices
|
||||
{
|
||||
public interface IGroupMemberIntegrationService
|
||||
{
|
||||
Task<bool> CheckGroupMemberAsync(Guid userId, Guid groupId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user