3 lines
156 B
C#
3 lines
156 B
C#
namespace Moonlight.Shared.Admin.Sys.Themes;
|
|
|
|
public record ThemeDto(int Id, string Name, string Author, string Version, string CssContent, bool IsEnabled); |