9 lines
No EOL
213 B
C#
9 lines
No EOL
213 B
C#
namespace API.DTOs
|
|
{
|
|
public class ServerSettingDto
|
|
{
|
|
public string CacheDirectory { get; set; }
|
|
// public string Kind { get; init; }
|
|
// public string Value { get; init; }
|
|
}
|
|
} |