4 lines
98 B
C#
4 lines
98 B
C#
namespace Toolkit.Framework.Foundation;
|
|
|
|
public interface IQuery<out TResponse> : IMessage { }
|