mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 09:06:30 +00:00
I like it move it move it
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using MediatR;
|
||||
|
||||
namespace Azaion.Annotator.DTO;
|
||||
|
||||
public class AnnClassSelectedEvent(AnnotationClass annotationClass) : INotification
|
||||
{
|
||||
public AnnotationClass AnnotationClass { get; } = annotationClass;
|
||||
}
|
||||
Reference in New Issue
Block a user