rama creada apartir de master en j
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
namespace adas_core.Domain.Models.SystemAlerts;
|
||||
|
||||
/// <summary>
|
||||
/// Represents a queue, a data structure that follows the First In, First Out (FIFO) principle for managing elements.
|
||||
/// </summary>
|
||||
public class Queue
|
||||
{
|
||||
public string? Name { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user