#162 : Rebasage de la branche dev.

This commit is contained in:
Loic Masi
2026-03-31 16:12:00 +02:00
8 changed files with 38 additions and 41 deletions

View File

@@ -0,0 +1,13 @@
namespace Webzine.WebApplication.Configuration;
public enum SeederType
{
Local,
Spotify,
}
public enum RepositoryType
{
Local,
Db,
}