public EntradaAppService(IUnitOfWork unitOfWork, IMercadoAppService mercadoAppService, ICenarioFluxoAppService cenarioFluxoAppService)
 {
     _unitOfw                = unitOfWork;
     _mercadoAppService      = mercadoAppService;
     this.Agrupamento        = (a, c) => { };
     _cenarioFluxoAppService = cenarioFluxoAppService;
 }
Exemple #2
0
 public CenarioFluxogramaController(ICenarioFluxoAppService cenario)
 {
     _cenario = cenario;
 }