mirror of
https://github.com/azaion/annotations.git
synced 2026-04-23 00:26:30 +00:00
remove fix, todo: test
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Azaion.Common.Database;
|
||||
using MediatR;
|
||||
|
||||
namespace Azaion.Common.Events;
|
||||
|
||||
public class AnnotationsDeletedEvent(List<Annotation> annotations) : INotification
|
||||
{
|
||||
public List<Annotation> Annotations { get; set; } = annotations;
|
||||
}
|
||||
Reference in New Issue
Block a user