Пример #1
0
 public async Task <DeploymentDetail> Get(int id, string deployId)
 {
     return(await repository.GetDeploymentDetail(id, deployId));
 }