Interface IRequest<TResponse>
An interface to represent a request with a response
public interface IRequest<out TResponse> : IRequest
Type Parameters
TResponse
The type of response from request
An interface to represent a request with a response
public interface IRequest<out TResponse> : IRequest
TResponse
The type of response from request