C# Class AutomatedCaseworker.Workflow.Controllers.LocationInformationController

Inheritance: ApiController
Show file Open project: AcklenAvenue/AutomatedCaseworker

Public Methods

Method Description
Get ( string cellPhoneNumber ) : LocationInformation
LocationInformationController ( ICaseRepository caseRepository ) : System.Web.Http
Post ( LocationInformation locationInformation ) : void

Method Details

Get() public method

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

LocationInformationController() public method

public LocationInformationController ( ICaseRepository caseRepository ) : System.Web.Http
caseRepository ICaseRepository
return System.Web.Http

Post() public method

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