mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Finished #556
This commit is contained in:
parent
2bd7ece9d0
commit
c5b65a335f
9 changed files with 66 additions and 65 deletions
|
@ -27,13 +27,14 @@
|
|||
|
||||
using System.Collections.Generic;
|
||||
using System.Threading.Tasks;
|
||||
using PlexRequests.Core.Models;
|
||||
using PlexRequests.Store;
|
||||
|
||||
namespace PlexRequests.Services.Interfaces
|
||||
{
|
||||
public interface INotificationEngine
|
||||
{
|
||||
Task NotifyUsers(IEnumerable<RequestedModel> modelChanged, string apiKey);
|
||||
Task NotifyUsers(RequestedModel modelChanged, string apiKey);
|
||||
Task NotifyUsers(IEnumerable<RequestedModel> modelChanged, string apiKey, NotificationType type);
|
||||
Task NotifyUsers(RequestedModel modelChanged, string apiKey, NotificationType type);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue