mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
parent
2d7ded325f
commit
698356d55e
7 changed files with 158 additions and 58 deletions
|
@ -87,5 +87,8 @@ namespace Ombi.Store.Repository
|
|||
Task<IEnumerable<T>> CustomAsync(Func<IDbConnection, Task<IEnumerable<T>>> func);
|
||||
void DeleteAll(string tableName);
|
||||
Task DeleteAllAsync(string tableName);
|
||||
|
||||
T Custom(Func<IDbConnection, T> func);
|
||||
Task<T> CustomAsync(Func<IDbConnection, Task<T>> func);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue