Class Ep.Req<TRequest>
specify the request dto type of the endpoint
Inherited Members
Namespace: FastEndpoints
Assembly: FastEndpoints.dll
Syntax
public static class Ep.Req<TRequest> where TRequest : notnull
Type Parameters
| Name | Description |
|---|---|
| TRequest | type of the request dto |