C# 클래스 DigipostClientLibWebapp.Controllers.IdentifyController

상속: Controller
파일 보기 프로젝트 열기: digipost/digipost-client-lib-webapp-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
IdentifyById ( IdentifyModel identifyModel ) : Task
IdentifyByNameAndAddress ( IdentifyModel identifyModel ) : Task
IdentifyController ( IDigipostService digipostService ) : System.Web.Mvc
Index ( ) : System.Web.Mvc.ActionResult

메소드 상세

IdentifyById() 공개 메소드

public IdentifyById ( IdentifyModel identifyModel ) : Task
identifyModel DigipostClientLibWebapp.Models.IdentifyModel
리턴 Task

IdentifyByNameAndAddress() 공개 메소드

public IdentifyByNameAndAddress ( IdentifyModel identifyModel ) : Task
identifyModel DigipostClientLibWebapp.Models.IdentifyModel
리턴 Task

IdentifyController() 공개 메소드

public IdentifyController ( IDigipostService digipostService ) : System.Web.Mvc
digipostService IDigipostService
리턴 System.Web.Mvc

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult