Added the testing notifications and discord notification #865

This commit is contained in:
Jamie.Rees 2017-06-16 17:06:05 +01:00
parent 5970ee963d
commit d73899fc53
29 changed files with 487 additions and 202 deletions

View file

@ -1,15 +1,11 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Ombi.Core.Settings;
using Ombi.Helpers;
using Ombi.Notifications.Models;
using Ombi.Store;
using Ombi.Store.Entities;
using Ombi.Store.Repository;
namespace Ombi.Notifications
namespace Ombi.Notifications.Interfaces
{
public abstract class BaseNotification<T> : INotification where T : Settings.Settings.Models.Settings, new()
{