Esempio n. 1
0
 public AdminController(IMailService mailService, IOrderService orderService, IMapper mapper, IAdminOrderRepository rep, IMessagingService messagingService)
 {
     _mapper           = mapper;
     _orderService     = orderService;
     _rep              = rep;
     _messagingService = messagingService;
     _mailService      = mailService;
 }