Esempio n. 1
0
 public CommandeController(ICdeCliService cdeCliService, IClientService clientService,
                           IPizzaService pizzaService, IMapper mapper, IQuartierService quartierService, IAdresseService adresseService)
 {
     _commandService  = cdeCliService;
     _clientService   = clientService;
     _pizzaService    = pizzaService;
     _quartierService = quartierService;
     _adresseService  = adresseService;
     _mapper          = mapper;
 }
Esempio n. 2
0
 public ResumeCommandController(ICdeCliService cdeCliService, IMapper mapper)
 {
     _commandService = cdeCliService;
     _mapper         = mapper;
 }