Added migration code and cleaned up the DB

This commit is contained in:
tidusjar 2016-03-18 12:25:16 +00:00
parent ce416ae046
commit b62b7c1305
8 changed files with 34 additions and 76 deletions

View file

@ -32,7 +32,7 @@ namespace PlexRequests.Core
{
public interface IRequestService
{
long AddRequest(int providerId, RequestedModel model);
long AddRequest(RequestedModel model);
bool CheckRequest(int providerId);
void DeleteRequest(RequestedModel request);
bool UpdateRequest(RequestedModel model);