Removed INotificationProvider

This commit is contained in:
Mark McDowall 2011-04-08 16:48:47 -07:00
commit bd0a7a58dd
7 changed files with 7 additions and 30 deletions

View file

@ -5,7 +5,7 @@ using NzbDrone.Core.Model.Notification;
namespace NzbDrone.Core.Providers
{
class NotificationProvider : INotificationProvider
public class NotificationProvider
{
private readonly Dictionary<Guid, BasicNotification> _basicNotifications = new Dictionary<Guid, BasicNotification>();
private Dictionary<Guid, ProgressNotification> _progressNotification = new Dictionary<Guid, ProgressNotification>();