Ejemplo n.º 1
0
 public GetConfigurationCommand(AmazonAppConfigClient client)
 {
     _client          = client;
     _userPollService = new UserPollService(client);
 }
Ejemplo n.º 2
0
 public DeploymentToVersionCommand(AmazonAppConfigClient client)
 {
     _userPollService   = new UserPollService(client);
     _deploymentService = new DeploymentService(client);
 }