Added the new notification provider to the settings page

This commit is contained in:
Jamie Rees 2020-05-13 22:14:28 +01:00
commit 03fc7d4c19
14 changed files with 250 additions and 23 deletions

View file

@ -3,5 +3,6 @@
public class ApplicationSettings
{
public string OmbiService { get; set; }
public string NotificationService { get; set; }
}
}