C# 클래스 AutomatedCaseworker.Workflow.Controllers.SecurityInformationController

상속: ApiController
파일 보기 프로젝트 열기: AcklenAvenue/AutomatedCaseworker

공개 메소드들

메소드 설명
Get ( string cellPhoneNumber ) : SecurityInformation
Post ( SecurityInformation securityInformation ) : void
SecurityInformationController ( ICaseRepository caseRepository ) : System.Web.Http

메소드 상세

Get() 공개 메소드

public Get ( string cellPhoneNumber ) : SecurityInformation
cellPhoneNumber string
리턴 AutomatedCaseworker.Workflow.Models.SecurityInformation

Post() 공개 메소드

public Post ( SecurityInformation securityInformation ) : void
securityInformation AutomatedCaseworker.Workflow.Models.SecurityInformation
리턴 void

SecurityInformationController() 공개 메소드

public SecurityInformationController ( ICaseRepository caseRepository ) : System.Web.Http
caseRepository ICaseRepository
리턴 System.Web.Http