3 lines
100 B
C#
3 lines
100 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public delegate Task<TResponse> AsyncHandlerDelegate<TResponse>(); |