mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-13 00:32:57 -07:00
#865 rework the backend data. Actually use real models rather than a JSON store.
This commit is contained in:
parent
08e389f590
commit
2bc916998c
55 changed files with 1277 additions and 702 deletions
|
@ -1,10 +1,11 @@
|
|||
using System.Threading.Tasks;
|
||||
using Ombi.Core.Models.Requests.Movie;
|
||||
using Ombi.Store.Entities.Requests;
|
||||
|
||||
namespace Ombi.Core
|
||||
{
|
||||
public interface IMovieSender
|
||||
{
|
||||
Task<MovieSenderResult> Send(MovieRequestModel model, string qualityId = "");
|
||||
Task<MovieSenderResult> Send(MovieRequests model, string qualityId = "");
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue