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