check point
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace VisionBuilder.UI.Common.Commands.Interfaces;
|
||||
|
||||
public interface IEventHandler<TEvent> where TEvent : IEvent
|
||||
{
|
||||
void Handle(TEvent @event);
|
||||
}
|
||||
Reference in New Issue
Block a user