Ejemplo n.º 1
0
 public SmartLikeViewModel(ISmartLikeCandidateProvider candidateProvider, ISmartLikeStateStore stateStore)
 {
     _candidateProvider = candidateProvider;
     _stateStore        = stateStore;
     _candidateQueue    = new Queue <ColourfulShape>();
 }
 public SmartLikeCandidateScorer(ISmartLikeStateStore stateStore)
 {
     _stateStore = stateStore;
 }