Started on #16, nothing is hooked up yet.

This commit is contained in:
tidusjar 2016-03-17 17:17:34 +00:00
commit 07b42ffd50
14 changed files with 355 additions and 12 deletions

View file

@ -35,7 +35,7 @@ namespace PlexRequests.Core
long AddRequest(int providerId, RequestedModel model);
bool CheckRequest(int providerId);
void DeleteRequest(int tmdbId);
void UpdateRequest(int originalId, RequestedModel model);
void UpdateRequest(RequestedModel model);
RequestedModel Get(int id);
IEnumerable<RequestedModel> GetAll();
bool BatchUpdate(List<RequestedModel> model);