Class Ep.NoReq.Res<TResponse>
specify the response dto type of the endpoint
Inheritance
Endpoint<EmptyRequest, TResponse>
EndpointWithoutRequest<TResponse>
Ep.NoReq.Res<TResponse>
Inherited Members
Namespace: FastEndpoints
Assembly: FastEndpoints.dll
Syntax
public abstract class Ep.NoReq.Res<TResponse> : EndpointWithoutRequest<TResponse>, IEndpoint, IEventBus, IServiceResolverBase, INoRequest where TResponse : notnull
Type Parameters
Name | Description |
---|---|
TResponse | the type of the response dto |