7 lines
175 B
C#
7 lines
175 B
C#
namespace Just.Cqrs.Internal;
|
|
|
|
/// <summary>
|
|
/// Marker interface for static type checking. Should not be used directly.
|
|
/// </summary>
|
|
public interface IQueryHandlerImpl { }
|