Replace Mediator with Messenger
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using CommunityToolkit.Mvvm.Messaging.Messages;
|
||||
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public class ResponseEventArgs<TMessage, TResponse> :
|
||||
RequestMessage<TResponse>
|
||||
{
|
||||
public TMessage? Message { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user