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