Reworking the LibraryManager's interface

This commit is contained in:
Zoe Roux
2021-04-18 02:17:15 +02:00
parent 5f1b45b207
commit 7dbb84780c
33 changed files with 1008 additions and 1067 deletions
+3 -1
View File
@@ -24,7 +24,9 @@ namespace Kyoo.Controllers
{
Database = database;
}
public Type RepositoryType => typeof(T);
public virtual void Dispose()
{
Database.Dispose();