Esempio n. 1
0
 public TypeQL(Variables variables, Fragments fragments, params IQueryType[] queryTypes)
 {
     Variables  = variables;
     Fragments  = fragments;
     QueryTypes = queryTypes;
 }
Esempio n. 2
0
 public TypeQL(Fragments fragments, params IQueryType[] queryTypes)
 {
     Fragments  = fragments;
     QueryTypes = queryTypes;
 }