예제 #1
0
 public TypeQL(Variables variables, Fragments fragments, params IQueryType[] queryTypes)
 {
     Variables  = variables;
     Fragments  = fragments;
     QueryTypes = queryTypes;
 }
예제 #2
0
 public TypeQL(Fragments fragments, params IQueryType[] queryTypes)
 {
     Fragments  = fragments;
     QueryTypes = queryTypes;
 }