public CustomerProductSuggestionController(ICommandBus bus, ICustomerProductsSuggestionQueryService customerProductsSuggestionQueryService) : base(bus)
 {
     _customerProductsSuggestionQueryService = customerProductsSuggestionQueryService;
 }
Exemple #2
0
 public CustomerProductSuggestionController(ICustomerProductsSuggestionQueryService customerProductsSuggestionQueryService)
 {
     _customerProductsSuggestionQueryService = customerProductsSuggestionQueryService;
 }