rama creada apartir de master en j
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
namespace adas_core.Domain.Models.MongoModels;
|
||||
|
||||
/// <summary>
|
||||
/// Provides functionality for managing service configuration settings.
|
||||
/// </summary>
|
||||
public class ServiceConfigService
|
||||
{
|
||||
public string Screen { get; set; } = string.Empty;
|
||||
@@ -8,6 +11,9 @@ public class ServiceConfigService
|
||||
public List<ServiceConfigServiceSection> Sections { get; set; } = [];
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Represents a configuration section that defines settings for a service configuration service.
|
||||
/// </summary>
|
||||
public class ServiceConfigServiceSection
|
||||
{
|
||||
public string BoxId { get; set; } = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user