Example #1
0
 internal DeploymentResourcesResource(IDeploymentRestService api, string deploymentId)
 {
     _api          = api;
     _deploymentId = deploymentId;
 }
Example #2
0
 internal DeploymentService(IDeploymentRestService api)
 {
     _api = api;
 }