Refactor
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public delegate Task NotificationHandlerDelegate<TNotification>(TNotification notification,
|
||||
CancellationToken cancellationToken)
|
||||
where TNotification : INotification;
|
||||
public delegate Task NotificationHandlerDelegate<TMessage>(TMessage message,
|
||||
CancellationToken cancellationToken);
|
||||
|
||||
Reference in New Issue
Block a user