Exemple #1
0
 public NotifyHelperScope(UserManager userManager, StudioNotifyHelper studioNotifyHelper, StudioNotifySource studioNotifySource, DisplayUserSettingsHelper displayUserSettingsHelper)
 {
     UserManager               = userManager;
     StudioNotifyHelper        = studioNotifyHelper;
     StudioNotifySource        = studioNotifySource;
     DisplayUserSettingsHelper = displayUserSettingsHelper;
 }
Exemple #2
0
 public void Deconstruct(
     out UserManager userManager,
     out StudioNotifyHelper studioNotifyHelper,
     out StudioNotifySource studioNotifySource,
     out DisplayUserSettingsHelper displayUserSettingsHelper,
     out AuthManager authManager
     )
 {
     userManager               = UserManager;
     studioNotifyHelper        = StudioNotifyHelper;
     studioNotifySource        = StudioNotifySource;
     displayUserSettingsHelper = DisplayUserSettingsHelper;
     authManager               = AuthManager;
 }