C# Class Junior.Route.AutoRouting.ResponseMappers.NoContentMapper

Inheritance: IResponseMapper
Exibir arquivo Open project: nathan-alden/junior-route Class Usage Examples

Public Methods

Method Description
MapAsync ( Func container, Type type, MethodInfo method, Routing route ) : System.Threading.Tasks.Task

Method Details

MapAsync() public method

public MapAsync ( Func container, Type type, MethodInfo method, Routing route ) : System.Threading.Tasks.Task
container Func
type System.Type
method System.Reflection.MethodInfo
route Routing
return System.Threading.Tasks.Task