public ComissoesController(IControleAcessoAppService controleacessoAppService, IColaboradorAppService colaboradorAppService, ILojaAppService lojaAppService, IProdutoAppService produtoAppService, ITipoBusinessAppService tipobusinessAppService, ICargoAppService cargoAppService, IAeroportoAppService aeroportoAppService, IProdutoSubGrupoDufryAppService produtoSubGrupoDufryAppService, IProdutoCategoriaAppService produtoCategoriaAppService, IProdutoGrupoDufryAppService produtoGrupoDufryAppService) { _controleacessoAppService = controleacessoAppService; _colaboradorAppService = colaboradorAppService; _lojaAppService = lojaAppService; _produtoAppService = produtoAppService; _tipobusinessAppService = tipobusinessAppService; _cargoAppService = cargoAppService; _aeroportoAppService = aeroportoAppService; _produtoSubGrupoDufryAppService = produtoSubGrupoDufryAppService; _produtoCategoriaAppService = produtoCategoriaAppService; _produtoGrupoDufryAppService = produtoGrupoDufryAppService; }
public ProdutoGrupoDufryController(IProdutoGrupoDufryAppService produtoGrupoDufryAppService) { _produtoGrupoDufryAppService = produtoGrupoDufryAppService; }