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