Import from internal git
This commit is contained in:
11
Core/Dto/Settings/DefaultArgumentsConfigDto.cs
Normal file
11
Core/Dto/Settings/DefaultArgumentsConfigDto.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Core.Dto.Settings;
|
||||
|
||||
/// <summary>
|
||||
/// This class gathers all default-related configurations
|
||||
/// </summary>
|
||||
public class DefaultArgumentsConfigDto
|
||||
{
|
||||
public string SpecIdentifier { get; set; } = "";
|
||||
|
||||
public string GeneratorVersion { get; set; } = "";
|
||||
}
|
||||
Reference in New Issue
Block a user