C# Class NSubstitute.Routing.Handlers.ReturnFromCustomHandlers

Inheritance: ICallHandler
Exibir arquivo Open project: nsubstitute/NSubstitute

Public Methods

Method Description
Handle ( ICall call ) : NSubstitute.Core.RouteAction
ReturnFromCustomHandlers ( ICustomHandlers customHandlers ) : NSubstitute.Core

Method Details

Handle() public method

public Handle ( ICall call ) : NSubstitute.Core.RouteAction
call ICall
return NSubstitute.Core.RouteAction

ReturnFromCustomHandlers() public method

public ReturnFromCustomHandlers ( ICustomHandlers customHandlers ) : NSubstitute.Core
customHandlers ICustomHandlers
return NSubstitute.Core