mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 15: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 AnnotationCreatedEvent(Annotation annotation) : INotification
|
||||
{
|
||||
public Annotation Annotation { get; } = annotation;
|
||||
}
|
||||
Reference in New Issue
Block a user