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 AeroportoController(IAeroportoAppService aeroportoAppService)
 {
     _aeroportoAppService = aeroportoAppService;
 }
示例#3
0
 public AeroportosController(IAeroportoAppService aeroportoAppService)
 {
     _aeroportoAppService = aeroportoAppService;
 }