mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
stuff around tokens and also builds
This commit is contained in:
parent
366b0d575a
commit
66cc7f6f1a
13 changed files with 59 additions and 22 deletions
|
@ -17,5 +17,6 @@ namespace Ombi.Store.Context
|
|||
DbSet<User> Users { get; set; }
|
||||
EntityEntry<T> Entry<T>(T entry) where T : class;
|
||||
EntityEntry<TEntity> Attach<TEntity>(TEntity entity) where TEntity : class;
|
||||
DbSet<TEntity> Set<TEntity>() where TEntity : class;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue