public SurveyService(ISurveyScheduler surveyScheduler, ResumptionCookie cookie) { SetField.NotNull(out this.surveyScheduler, nameof(surveyScheduler), surveyScheduler); SetField.NotNull(out this.cookie, nameof(cookie), cookie); }
public SettingsScorable(IDialogStack stack, IContosoFlowersDialogFactory dialogFactory) { SetField.NotNull(out this.stack, nameof(stack), stack); SetField.NotNull(out this.dialogFactory, nameof(dialogFactory), dialogFactory); }
public DialogFactory(IComponentContext scope) { SetField.NotNull(out Scope, nameof(scope), scope); }