Import from internal git
This commit is contained in:
6
Core/Dto/Settings/JavaConfigDto.cs
Normal file
6
Core/Dto/Settings/JavaConfigDto.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Core.Dto.Settings;
|
||||
|
||||
public class JavaConfigDto
|
||||
{
|
||||
public string Folder { init; get; } = "";
|
||||
}
|
||||
Reference in New Issue
Block a user