mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 12:46:30 +00:00
rework to Azaion.Suite
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using MediatR;
|
||||
|
||||
namespace Azaion.Common.DTO;
|
||||
|
||||
public class ImageCreatedEvent(string imagePath) : INotification
|
||||
{
|
||||
public string ImagePath { get; } = imagePath;
|
||||
}
|
||||
Reference in New Issue
Block a user