Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace RobotNet10.MapEditor.Shared.DTOs.Requests;
|
||||
|
||||
/// <summary>
|
||||
/// Request to create a new layout version
|
||||
/// </summary>
|
||||
public class CreateLayoutVersionRequest
|
||||
{
|
||||
public string Version { get; set; } = string.Empty;
|
||||
public string? LayoutDescription { get; set; }
|
||||
public string? CreatedBy { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user