Exemplo n.º 1
0
 public MsDeployPackage(ILog log, IShell shell, TemplateConfigurer config, IOutput output)
 {
     _log    = log;
     _shell  = shell;
     _config = config;
     _output = output;
 }
Exemplo n.º 2
0
 public MsDeployPackage(ILog log, IShell shell, TemplateConfigurer config)
 {
     _log    = log;
     _shell  = shell;
     _config = config;
 }