splited jobprovider into jobrepo, jobcontroller, moved to object db.

This commit is contained in:
kay.one
2013-02-17 23:59:43 -08:00
parent 97398f604b
commit 40f3a8663d
38 changed files with 635 additions and 634 deletions

View File

@@ -0,0 +1,7 @@
namespace NzbDrone.Core.Lifecycle
{
public interface IInitializable
{
void Init();
}
}