Example #1
0
 public UserSettingsWorkflow(IVantageUserContext context)
 {
     this.context = context;
 }
 public RefreshTokensWorkflow(IVantageUserContext context)
 {
     this.context = context;
 }