public DemoCustomerSegmentController(IDemoCustomerSegmentService customerSegmentService,
                                      IDemoCustomerSegmentSearchService customerSegmentSearchService)
 {
     _customerSegmentService       = customerSegmentService;
     _customerSegmentSearchService = customerSegmentSearchService;
 }
示例#2
0
 public UserGroupEvaluator(IDemoCustomerSegmentSearchService customerSegmentSearchService)
 {
     _customerSegmentSearchService = customerSegmentSearchService;
 }