3 lines
89 B
C#
3 lines
89 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public delegate TResponse HandlerDelegate<TResponse>(); |