Class Endpoint<TRequest>
use this base class for defining endpoints that only use a request dto and don't use a response dto.
Inherited Members
Namespace: FastEndpoints
Assembly: FastEndpoints.dll
Syntax
public abstract class Endpoint<TRequest> : Endpoint<TRequest, object?>, IEndpoint, IEventBus, IServiceResolverBase where TRequest : notnull
Type Parameters
Name | Description |
---|---|
TRequest | the type of the request dto |