C# Class AutomatedCaseworker.Workflow.Controllers.LocationInformationController

Inheritance: ApiController
Afficher le fichier Open project: AcklenAvenue/AutomatedCaseworker

Méthodes publiques

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

Method Details

Get() public méthode

public Get ( string cellPhoneNumber ) : LocationInformation
cellPhoneNumber string
Résultat AutomatedCaseworker.Workflow.Models.LocationInformation

LocationInformationController() public méthode

public LocationInformationController ( ICaseRepository caseRepository ) : System.Web.Http
caseRepository ICaseRepository
Résultat System.Web.Http

Post() public méthode

public Post ( LocationInformation locationInformation ) : void
locationInformation AutomatedCaseworker.Workflow.Models.LocationInformation
Résultat void