7 lines
164 B
C#
7 lines
164 B
C#
namespace Core.Dto.Settings;
|
|
|
|
public class GeneralConfigDto
|
|
{
|
|
public string ApiFolder { init; get; } = "";
|
|
public string OutputFolder { init; get; } = "";
|
|
} |