Ejemplo n.º 1
0
 public SettingsController(IOptoutUserService optoutUserService, IOptoutUserConfiguratorService optoutUserConfiguratorService, IAuthenticationProvider authenticationProvider)
 {
     _optoutUserService = optoutUserService;
     _optoutUserConfiguratorService = optoutUserConfiguratorService;
     _authenticationProvider = authenticationProvider;
 }
Ejemplo n.º 2
0
 public SettingsController(IOptoutUserService optoutUserService, IOptoutUserConfiguratorService optoutUserConfiguratorService, IAuthenticationProvider authenticationProvider)
 {
     _optoutUserService             = optoutUserService;
     _optoutUserConfiguratorService = optoutUserConfiguratorService;
     _authenticationProvider        = authenticationProvider;
 }