Lots of different UI enhancements and fixes #865

This commit is contained in:
tidusjar 2017-09-04 22:36:32 +01:00
parent 855a11ba9a
commit ece8b39632
24 changed files with 351 additions and 61 deletions

View file

@ -1,11 +1,13 @@
using System.Linq;
using System.Threading.Tasks;
using Ombi.Store.Context;
using Ombi.Store.Entities.Requests;
namespace Ombi.Store.Repository.Requests
{
public interface ITvRequestRepository
{
IOmbiContext Db { get; }
Task<TvRequests> Add(TvRequests request);
Task<ChildRequests> AddChild(ChildRequests request);
Task Delete(TvRequests request);