Pretty much finished the actual newsletter. Still need to work on the UI !wip

This commit is contained in:
Jamie 2018-03-22 12:27:01 +00:00
parent 9767380f83
commit 1528cdfc03
15 changed files with 463 additions and 24 deletions

View file

@ -0,0 +1,7 @@
namespace Ombi.Settings.Settings.Models.Notifications
{
public class NewsletterSettings : Settings
{
public bool Enabled { get; set; }
}
}