C# Class DigipostClientLibWebapp.Controllers.IdentifyController

Inheritance: Controller
Mostrar archivo Open project: digipost/digipost-client-lib-webapp-dotnet Class Usage Examples

Public Methods

Method Description
IdentifyById ( IdentifyModel identifyModel ) : Task
IdentifyByNameAndAddress ( IdentifyModel identifyModel ) : Task
IdentifyController ( IDigipostService digipostService ) : System.Web.Mvc
Index ( ) : System.Web.Mvc.ActionResult

Method Details

IdentifyById() public method

public IdentifyById ( IdentifyModel identifyModel ) : Task
identifyModel DigipostClientLibWebapp.Models.IdentifyModel
return Task

IdentifyByNameAndAddress() public method

public IdentifyByNameAndAddress ( IdentifyModel identifyModel ) : Task
identifyModel DigipostClientLibWebapp.Models.IdentifyModel
return Task

IdentifyController() public method

public IdentifyController ( IDigipostService digipostService ) : System.Web.Mvc
digipostService IDigipostService
return System.Web.Mvc

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult