9
Wino.Messages/Client/Calendar/CalendarEventAdded.cs
Normal file
9
Wino.Messages/Client/Calendar/CalendarEventAdded.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Wino.Core.Domain.Interfaces;
|
||||
|
||||
namespace Wino.Messaging.Client.Calendar
|
||||
{
|
||||
/// <summary>
|
||||
/// Raised when event is added to database.
|
||||
/// </summary>
|
||||
public record CalendarEventAdded(ICalendarItem CalendarItem);
|
||||
}
|
||||
Reference in New Issue
Block a user