mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-11 00:56:55 -07:00
8 lines
No EOL
182 B
C#
8 lines
No EOL
182 B
C#
namespace Ombi.Helpers
|
|
{
|
|
public class ApplicationSettings
|
|
{
|
|
public string OmbiService { get; set; }
|
|
public string NotificationService { get; set; }
|
|
}
|
|
} |