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

6 lines
106 B
C#

namespace Core.Dto.Settings;
public class JavaConfigDto
{
public string Folder { init; get; } = "";
}