mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-26 20:11:49 +02: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