added siaqodb

This commit is contained in:
kay.one
2013-02-16 17:52:40 -08:00
parent c55099ce5a
commit e44d262a1a
29 changed files with 761 additions and 553 deletions

View File

@@ -1,14 +1,10 @@
using System.Linq;
using Eloquera.Client;
namespace NzbDrone.Core.Datastore
{
public abstract class BaseRepositoryModel
{
[ID]
private long _eqId;
[PetaPoco.Ignore]
public int Id { get; set; }
public int OID { get; set; }
}
}