rama creada apartir de master en j
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
|
||||
namespace adas_core.Domain.Models.MongoModels;
|
||||
|
||||
/// <summary>
|
||||
/// Represents a light beacon, typically used to emit or signal light as a visual indicator or warning marker.
|
||||
/// </summary>
|
||||
public class LightBeacon
|
||||
{
|
||||
public ObjectId Id { get; set; }
|
||||
@@ -11,6 +14,9 @@ public class LightBeacon
|
||||
public Options Options { get; set; } = new();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Represents a container for configuration or option settings used by the application.
|
||||
/// </summary>
|
||||
public class Options
|
||||
{
|
||||
public string? Url { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user