Add webhook
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using Managing.Domain.Users;
|
||||
|
||||
namespace Managing.Application.Abstractions.Services;
|
||||
|
||||
public interface IWebhookService
|
||||
{
|
||||
Task SendTradeNotification(User user, string message, bool isBadBehavior = false);
|
||||
}
|
||||
Reference in New Issue
Block a user