mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-26 22:46:53 -04:00
added siaqodb
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user