コード例 #1
0
 public EnsureAuthenticated(
     IEnsureConnected ensureConnected,
     IAuthenticationManager authenticationManager)
 {
     this.authenticationManager = authenticationManager;
     this.ensureConnected       = ensureConnected;
 }
コード例 #2
0
 public CommandRunner(
     IEnsureConnected ensureConnected,
     IAuthenticationManager authenticationManager,
     IConfigClient configClient)
 {
     this.authenticationManager = authenticationManager;
     this.configClient          = configClient;
     this.ensureConnected       = ensureConnected;
 }