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