Esempio n. 1
0
 public FullTextLambda(FullTextService fullTextService, FullTextUtilityService helper) : base(fullTextService, helper)
 {
 }
Esempio n. 2
0
 public BaseFullTextLambda(FullTextService fullTextService, FullTextUtilityService helper)
 {
     this.FullTextService = fullTextService;
     this.Helper          = helper;
 }