Interface IHasMapper<TMapper>
marker/constraint for endpoints that have a mapper generic argument
Namespace: FastEndpoints
Assembly: FastEndpoints.dll
Syntax
public interface IHasMapper<TMapper> : IHasMapper where TMapper : IMapper
Type Parameters
Name | Description |
---|---|
TMapper | the type of the mapper |
Properties
Map
the mapper property
Declaration
TMapper Map { get; set; }
Property Value
Type | Description |
---|---|
TMapper |