mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 17:22:54 -07:00
Started on the requests rework #865
This commit is contained in:
parent
dc9030c2ce
commit
8cf5a4c1fd
14 changed files with 207 additions and 250 deletions
|
@ -15,5 +15,6 @@ namespace Ombi.Core.Engine.Interfaces
|
|||
Task<IEnumerable<TvRequests>> SearchTvRequest(string search);
|
||||
|
||||
Task<TvRequests> UpdateTvRequest(TvRequests request);
|
||||
Task<IEnumerable<ChildRequests>> GetAllChldren(int tvId);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue