6 lines
177 B
C#
6 lines
177 B
C#
namespace Infrastructure.Verticals.Notifications.Notifiarr;
|
|
|
|
public interface INotifiarrProxy
|
|
{
|
|
Task SendNotification(NotifiarrPayload payload, NotifiarrConfig config);
|
|
} |