示例#1
0
 public AllocationRuleHandler(
     SalesPersonStore store,
     SalesPersonCriteria salesPersonCriteria,
     BehaviourConfiguration behaviourConfiguration)
 {
     _store = store;
     _salesPersonCriteria    = salesPersonCriteria;
     _behaviourConfiguration = behaviourConfiguration;
 }
 public StatusController(
     SalesPersonStore store)
 {
     _store = store;
 }