Добавлен Studio
This commit is contained in:
5
Lattice.Core/Models/NotificationEventArgs.cs
Normal file
5
Lattice.Core/Models/NotificationEventArgs.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
using Lattice.Core.Models.Enums;
|
||||
|
||||
namespace Lattice.Core.Models;
|
||||
|
||||
public record NotificationEventArgs(string Message, NotificationSeverity Severity, int DurationSeconds);
|
||||
Reference in New Issue
Block a user