Example #1
0
 public ChecklistController(ChecklistWorkflow checklistWorkflow)
 {
     ChecklistWorkflow = checklistWorkflow;
 }
Example #2
0
 public Checklist(ChecklistWorkflow workflow, FunctionAppAuth0Authenticator authenticator)
 {
     Workflow      = workflow;
     Authenticator = authenticator;
 }