mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 11:38:32 -07:00
merge
This commit is contained in:
commit
e24ad04be9
166 changed files with 10901 additions and 1058 deletions
|
@ -8,7 +8,7 @@ namespace Ombi.Store.Repository.Requests
|
|||
{
|
||||
public interface ITvRequestRepository
|
||||
{
|
||||
IOmbiContext Db { get; }
|
||||
OmbiContext Db { get; }
|
||||
Task<TvRequests> Add(TvRequests request);
|
||||
Task<ChildRequests> AddChild(ChildRequests request);
|
||||
Task Delete(TvRequests request);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue