rama creada apartir de master en j
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
namespace adas_core.Domain.Models.MongoModels;
|
||||
|
||||
/// <summary>
|
||||
/// Represents the configuration settings for the theme of a service.
|
||||
/// </summary>
|
||||
public class ServiceConfigTheme
|
||||
{
|
||||
public string DefaultTheme { get; set; } = string.Empty;
|
||||
@@ -8,6 +11,9 @@ public class ServiceConfigTheme
|
||||
public List<ServiceConfigThemeTimetable> Timetables { get; set; } = [];
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Represents the configuration settings for a service's theme timetable.
|
||||
/// </summary>
|
||||
public class ServiceConfigThemeTimetable
|
||||
{
|
||||
public string Theme { get; set; } = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user