예제 #1
0
 public UserProfile(UserProfileWorkflow workflow, FunctionAppAuth0Authenticator authenticator)
 {
     Workflow      = workflow;
     Authenticator = authenticator;
 }
예제 #2
0
 public Email(IEmailService emailService, FunctionAppAuth0Authenticator authenticator)
 {
     EmailService  = emailService;
     Authenticator = authenticator;
 }
예제 #3
0
 public Payment(PaymentWorkflow workflow, FunctionAppAuth0Authenticator authenticator)
 {
     Workflow      = workflow;
     Authenticator = authenticator;
 }
예제 #4
0
 public Checklist(ChecklistWorkflow workflow, FunctionAppAuth0Authenticator authenticator)
 {
     Workflow      = workflow;
     Authenticator = authenticator;
 }
예제 #5
0
 public UserStatus(IUserStatusWorkflow workflow, FunctionAppAuth0Authenticator authenticator)
 {
     Workflow      = workflow;
     Authenticator = authenticator;
 }
예제 #6
0
 public Country(CountryWorkflow workflow, FunctionAppAuth0Authenticator authenticator)
 {
     Workflow      = workflow;
     Authenticator = authenticator;
 }
예제 #7
0
 public Story(CompanyWorkflow workflow, FunctionAppAuth0Authenticator authenticator)
 {
     Workflow      = workflow;
     Authenticator = authenticator;
 }