public FullTextLambda(FullTextService fullTextService, FullTextUtilityService helper) : base(fullTextService, helper) { }
public BaseFullTextLambda(FullTextService fullTextService, FullTextUtilityService helper) { this.FullTextService = fullTextService; this.Helper = helper; }