Exemplo n.º 1
0
 public TestSearchSchema2(IServiceProvider resolver, TestSearchQuery2 query, TestSearchMutation2 mutation) :
     base(resolver)
 {
     Query    = query;
     Mutation = mutation;
 }
 public TestSearchSchema2(IDependencyResolver resolver, TestSearchQuery2 query, TestSearchMutation2 mutation) :
     base(resolver)
 {
     Query    = query;
     Mutation = mutation;
 }