Esempio n. 1
0
 public SalvarConteudoServico(
     DocumentoServico documentoServico, 
     StorageServico storageServico,
     WorkflowServico workflowServico)
 {
     this.documentoServico = documentoServico;
     this.storageServico = storageServico;
     this.workflowServico = workflowServico;
 }
Esempio n. 2
0
 public SalvarConteudoServico(
     DocumentoServico documentoServico,
     StorageServico storageServico,
     WorkflowServico workflowServico)
 {
     this.documentoServico = documentoServico;
     this.storageServico   = storageServico;
     this.workflowServico  = workflowServico;
 }