refactor: #150 mettre à jour appsettings et introduire des enums pour les types Seeder et Repository
This commit is contained in:
13
Webzine.WebApplication/Configuration/AppEnums.cs
Normal file
13
Webzine.WebApplication/Configuration/AppEnums.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace Webzine.WebApplication.Configuration;
|
||||
|
||||
public enum SeederType
|
||||
{
|
||||
Local,
|
||||
Spotify
|
||||
}
|
||||
|
||||
public enum RepositoryType
|
||||
{
|
||||
Local,
|
||||
Db
|
||||
}
|
||||
Reference in New Issue
Block a user