示例#1
0
 public GetConfigurationCommand(AmazonAppConfigClient client)
 {
     _client          = client;
     _userPollService = new UserPollService(client);
 }
示例#2
0
 public DeploymentToVersionCommand(AmazonAppConfigClient client)
 {
     _userPollService   = new UserPollService(client);
     _deploymentService = new DeploymentService(client);
 }