IRequestType<TRequestType> interface

namespace: Serenity.Services   assemblySerenity.Net.Services

Interface to access the request type of a request handler

public interface IRequestType<TRequestType>
parameter description
TRequestType Request type

See Also