JobProvider moved to PetaPoco.

This commit is contained in:
Mark McDowall
2011-06-17 12:50:49 -07:00
parent 901db9d58b
commit 9daf1ccfc0
4 changed files with 40 additions and 25 deletions

View File

@@ -1,8 +1,11 @@
using System;
using PetaPoco;
using SubSonic.SqlGeneration.Schema;
namespace NzbDrone.Core.Repository
{
[TableName("JobSettings")]
[PrimaryKey("Id", autoIncrement = true)]
public class JobSetting
{
[SubSonicPrimaryKey(true)]