public DemoCustomerSegmentController(IDemoCustomerSegmentService customerSegmentService,
                                      IDemoCustomerSegmentSearchService customerSegmentSearchService)
 {
     _customerSegmentService       = customerSegmentService;
     _customerSegmentSearchService = customerSegmentSearchService;
 }
Esempio n. 2
0
 public UserGroupEvaluator(IDemoCustomerSegmentSearchService customerSegmentSearchService)
 {
     _customerSegmentSearchService = customerSegmentSearchService;
 }