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