1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-26 22:46:53 -04:00

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
@@ -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; }
}
}