C# Класс AutomatedCaseworker.Workflow.Controllers.LocationInformationController

Наследование: ApiController
Показать файл Открыть проект

Открытые методы

Метод Описание
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