mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
This commit is contained in:
parent
1f4ece8b5b
commit
4feb3cd462
33 changed files with 526 additions and 119 deletions
|
@ -34,7 +34,7 @@ namespace Ombi.Services.Interfaces
|
|||
{
|
||||
public interface INotificationEngine
|
||||
{
|
||||
Task NotifyUsers(IEnumerable<RequestedModel> modelChanged, string apiKey, NotificationType type);
|
||||
Task NotifyUsers(RequestedModel modelChanged, string apiKey, NotificationType type);
|
||||
Task NotifyUsers(IEnumerable<RequestedModel> modelChanged, NotificationType type);
|
||||
Task NotifyUsers(RequestedModel modelChanged, NotificationType type);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue