init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System.Configuration;
|
||||
|
||||
namespace Kreta.Core.FileService.Configuration
|
||||
{
|
||||
public class FileServiceConfiguration : ConfigurationSection, IFileServiceConfiguration
|
||||
{
|
||||
[ConfigurationProperty("", IsDefaultCollection = true)]
|
||||
public StorageElementCollection Storages => (StorageElementCollection)base[string.Empty];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user