Files
api-generator/Core/Dto/Settings/GeneralConfigDto.cs
2025-10-11 13:08:09 +02:00

7 lines
164 B
C#

namespace Core.Dto.Settings;
public class GeneralConfigDto
{
public string ApiFolder { init; get; } = "";
public string OutputFolder { init; get; } = "";
}