Exemplo n.º 1
0
 internal DeploymentResourcesResource(IDeploymentRestService api, string deploymentId)
 {
     _api          = api;
     _deploymentId = deploymentId;
 }
Exemplo n.º 2
0
 internal DeploymentService(IDeploymentRestService api)
 {
     _api = api;
 }