JobProvider moved to PetaPoco.

This commit is contained in:
Mark McDowall 2011-06-17 12:50:49 -07:00
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)]