Beispiel #1
0
 public OctopusReleaseService(IOctopusProxy octopusProxy, INuGetProxy nuGetProxy)
 {
     _octopusProxy = octopusProxy;
     _nuGetProxy   = nuGetProxy;
 }
 public OctopusReleaseService(IOctopusProxy octopusProxy, INuGetProxy nuGetProxy)
 {
     _octopusProxy = octopusProxy;
     _nuGetProxy = nuGetProxy;
 }