mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-13 16:52:56 -07:00
Started on #483
This commit is contained in:
parent
ac02d24d65
commit
367ca391b1
7 changed files with 160 additions and 0 deletions
|
@ -85,5 +85,6 @@ namespace PlexRequests.Store.Repository
|
|||
IEnumerable<T> Custom(Func<IDbConnection, IEnumerable<T>> func);
|
||||
Task<IEnumerable<T>> CustomAsync(Func<IDbConnection, Task<IEnumerable<T>>> func);
|
||||
void DeleteAll(string tableName);
|
||||
Task DeleteAllAsync(string tableName);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue