Fixed the casting error #1292

This commit is contained in:
Jamie.Rees 2017-03-29 08:25:00 +01:00
parent 830c887d98
commit f7926f13b5
3 changed files with 11 additions and 5 deletions

View file

@ -39,6 +39,7 @@ namespace Ombi.Services.Interfaces
/// <param name="model">The model.</param>
/// <returns></returns>
Task Publish(NotificationModel model);
Task PublishTest(NotificationModel model, Settings settings, INotification type);
/// <summary>
/// Sends a notification to the user, this is usually for testing the settings.
/// </summary>