added tests for basic config set/get to db

This commit is contained in:
kay.one 2010-09-23 23:16:43 -07:00
commit 772452aa8b
13 changed files with 5874 additions and 13 deletions

View file

@ -11,5 +11,8 @@ namespace NzbDrone.Core.Controllers
set;
}
string GetValue(string key, object defaultValue, bool makePermanent);
void SetValue(string key, string value);
}
}