示例#1
0
 public Response(Dictionary <int, String> answers)
 {
     this.workflowAuthenticationResponse = new WorkflowAuthenticationResponse(answers);
 }
示例#2
0
 public Response(Dictionary<int, String> answers)
 {
     this.workflowAuthenticationResponse = new WorkflowAuthenticationResponse(answers);
 }
示例#3
0
 public Response()
 {
     this.workflowAuthenticationResponse = new WorkflowAuthenticationResponse();
 }
示例#4
0
 public Response()
 {
     this.workflowAuthenticationResponse = new WorkflowAuthenticationResponse();
 }