8 lines
218 B
C#
8 lines
218 B
C#
namespace Core.Dto.Settings;
|
|
|
|
public class DotnetConfigDto
|
|
{
|
|
public string ServerFolder { init; get; } = "";
|
|
public string CommonFolder { init; get; } = "";
|
|
public string ClientFolder { init; get; } = "";
|
|
} |