AutomatedCaseworker.Workflow.Models.SecurityInformation.SecurityInformation C# (CSharp) Method

SecurityInformation() public method

public SecurityInformation ( string CellPhoneNumber, string SecurityInformationString )
CellPhoneNumber string
SecurityInformationString string
        public SecurityInformation(string CellPhoneNumber, string SecurityInformationString)
        {
            this.CellPhoneNumber = CellPhoneNumber;
            this.SecurityInformationString = SecurityInformationString;
        }
SecurityInformation