示例#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;
 }