public QueryTranslator(QueryLanguage language, QueryMapping mapping, QueryPolicy policy) { this.Linguist = language.CreateLinguist(this); this.Mapper = mapping.CreateMapper(this); this.Police = policy.CreatePolice(this); }
public QueryTranslator(QueryLanguage language, QueryMapping mapping, QueryPolicy policy) { this.linguist = language.CreateLinguist(this); this.mapper = mapping.CreateMapper(this); this.police = policy.CreatePolice(this); }