init
This commit is contained in:
10
Kreta.Core/FileService/Configuration/Path.cs
Normal file
10
Kreta.Core/FileService/Configuration/Path.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Configuration;
|
||||
|
||||
namespace Kreta.Core.FileService.Configuration
|
||||
{
|
||||
public class Path : ConfigurationElement
|
||||
{
|
||||
[ConfigurationProperty(nameof(Value), IsRequired = true, IsKey = true)]
|
||||
public string Value => (string)this[nameof(Value)];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user