Refactored Cache Cleanup code.
This commit is contained in:
parent
53e85317f9
commit
0f82b45b9d
7 changed files with 44 additions and 31 deletions
|
@ -26,5 +26,6 @@ namespace API.Interfaces
|
|||
Task<Series> GetSeriesByIdAsync(int seriesId);
|
||||
|
||||
//Task<MangaFileDto> GetVolumeMangaFileDtos(int volumeId);
|
||||
Task<int[]> GetChapterIdsForSeriesAsync(int[] seriesIds);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue