Exemplo n.º 1
0
 public ModelBuilder(GraphQLServer server)
 {
     _server    = server;
     _docLoader = new XmlDocumentationLoader();
 }