IResponseType<TResponseType> interface

namespace: Serenity.Services   assemblySerenity.Net.Services

Interface to access the response type of a request handler

public interface IResponseType<TResponseType>
parameter description
TResponseType Response type

See Also