#96 Email notification test button (others to come)

This commit is contained in:
Drewster727 2016-03-27 23:45:52 -05:00
parent 085c46ce43
commit 4b3f79b4a8
9 changed files with 134 additions and 18 deletions

View file

@ -126,5 +126,10 @@ namespace PlexRequests.Services.Notification
Log.Error(e);
}
}
public Task NotifyAsync(NotificationModel model, EmailNotificationSettings settings)
{
throw new NotImplementedException();
}
}
}