1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-01-02 13:24:33 +00:00
Radarr/NzbDrone.Core/Configuration/Config.cs
2013-03-25 23:19:55 -07:00

10 lines
No EOL
203 B
C#

using NzbDrone.Core.Datastore;
namespace NzbDrone.Core.Configuration
{
public class Config : ModelBase
{
public string Key { get; set; }
public string Value { get; set; }
}
}