#221 delete requests per category

This commit is contained in:
Drewster727 2016-05-27 02:21:54 -05:00
parent 96352e14ee
commit 217ce391e0
10 changed files with 169 additions and 8 deletions

View file

@ -53,6 +53,8 @@ namespace PlexRequests.Store.Repository
/// <returns></returns>
bool Delete(RequestBlobs entity);
bool DeleteAll(IEnumerable<RequestBlobs> entity);
/// <summary>
/// Updates the specified entity.
/// </summary>