Ejemplo n.º 1
0
 public MedicaoContratoController(IClienteFornecedorAppService clienteFornecedorAppService,
                                  IContratoAppService contratoAppService,
                                  IContratoRetificacaoItemAppService contratoRetificacaoItemAppService,
                                  ITipoDocumentoAppService tipoDocumentoAppService,
                                  ITipoCompraAppService tipoCompraAppService,
                                  ICifFobAppService cifFobAppService,
                                  INaturezaOperacaoAppService naturezaOperacaoAppService,
                                  ISerieNFAppService serieNFAppService,
                                  ICSTAppService cstAppService,
                                  ICodigoContribuicaoAppService codigoContribuicaoAppService,
                                  IContratoRetificacaoAppService contratoRetificacaoAppService,
                                  IContratoRetificacaoItemMedicaoAppService contratoRetificacaoItemMedicaoAppService,
                                  ITituloPagarAppService tituloPagarAppService,
                                  IParametrosContratoAppService parametrosContratoAppService,
                                  MessageQueue messageQueue)
     : base(messageQueue)
 {
     this.clienteFornecedorAppService       = clienteFornecedorAppService;
     this.contratoAppService                = contratoAppService;
     this.contratoRetificacaoItemAppService = contratoRetificacaoItemAppService;
     this.tipoDocumentoAppService           = tipoDocumentoAppService;
     this.tipoCompraAppService              = tipoCompraAppService;
     this.cifFobAppService           = cifFobAppService;
     this.naturezaOperacaoAppService = naturezaOperacaoAppService;
     this.serieNFAppService          = serieNFAppService;
     this.cstAppService = cstAppService;
     this.codigoContribuicaoAppService             = codigoContribuicaoAppService;
     this.contratoRetificacaoAppService            = contratoRetificacaoAppService;
     this.contratoRetificacaoItemMedicaoAppService = contratoRetificacaoItemMedicaoAppService;
     this.tituloPagarAppService        = tituloPagarAppService;
     this.parametrosContratoAppService = parametrosContratoAppService;
 }
Ejemplo n.º 2
0
 public LiberacaoContratoController(IClienteFornecedorAppService clienteFornecedorAppService,
                                    IContratoAppService contratoAppService,
                                    IContratoRetificacaoAppService contratoRetificacaoAppService,
                                    IContratoRetificacaoItemMedicaoAppService contratoRetificacaoItemMedicaoAppService,
                                    ITipoDocumentoAppService tipoDocumentoAppService,
                                    MessageQueue messageQueue)
     : base(messageQueue)
 {
     this.clienteFornecedorAppService              = clienteFornecedorAppService;
     this.contratoAppService                       = contratoAppService;
     this.contratoRetificacaoAppService            = contratoRetificacaoAppService;
     this.contratoRetificacaoItemMedicaoAppService = contratoRetificacaoItemMedicaoAppService;
     this.tipoDocumentoAppService                  = tipoDocumentoAppService;
 }