Moving authentification beahviors to a specific module

This commit is contained in:
Zoe Roux
2021-05-03 01:48:53 +02:00
parent 97511d5988
commit 7613efb4b4
43 changed files with 670 additions and 4036 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ namespace Kyoo.Postgresql
/// <inheritdoc />
public ICollection<Type> Provides => new[]
{
typeof(PostgresContext)
typeof(DatabaseContext)
};
/// <inheritdoc />