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

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

공개 메소드들

메소드 설명
Get ( string cellPhoneNumber ) : LocationInformation
LocationInformationController ( ICaseRepository caseRepository ) : System.Web.Http
Post ( LocationInformation locationInformation ) : void

메소드 상세

Get() 공개 메소드

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

LocationInformationController() 공개 메소드

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

Post() 공개 메소드

public Post ( LocationInformation locationInformation ) : void
locationInformation AutomatedCaseworker.Workflow.Models.LocationInformation
리턴 void