namespace DbFirst.BlazorWebApp.Models; public class LayoutDto { public string LayoutType { get; set; } = string.Empty; public string LayoutKey { get; set; } = string.Empty; public string UserName { get; set; } = string.Empty; public string LayoutData { get; set; } = string.Empty; }