public PreviewTextSearchStrategy(IFullTextIndexedChallengesUnitOfWork unitOfWork, IMapper mapper)
     : base(unitOfWork, mapper)
 {
 }
Exemplo n.º 2
0
 protected IndexedSearchStrategyBase(IFullTextIndexedChallengesUnitOfWork unitOfWork,
                                     IMapper mapper) : base(unitOfWork, mapper)
 {
 }
 public ConditionSearchStrategy(IFullTextIndexedChallengesUnitOfWork unitOfWork, IMapper mapper) 
     : base(unitOfWork, mapper)
 {
 }