C# Class AutomatedCaseworker.Workflow.Controllers.SecurityInformationController

Inheritance: ApiController
Show file Open project: AcklenAvenue/AutomatedCaseworker

Public Methods

Method Description
Get ( string cellPhoneNumber ) : SecurityInformation
Post ( SecurityInformation securityInformation ) : void
SecurityInformationController ( ICaseRepository caseRepository ) : System.Web.Http

Method Details

Get() public method

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

Post() public method

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

SecurityInformationController() public method

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