public CustomerProductSuggestionController(ICommandBus bus, ICustomerProductsSuggestionQueryService customerProductsSuggestionQueryService) : base(bus)
 {
     _customerProductsSuggestionQueryService = customerProductsSuggestionQueryService;
 }
Esempio n. 2
0
 public CustomerProductSuggestionController(ICustomerProductsSuggestionQueryService customerProductsSuggestionQueryService)
 {
     _customerProductsSuggestionQueryService = customerProductsSuggestionQueryService;
 }