Ejemplo n.º 1
0
 public DbViewerApiController(SchemaRegistryProvider schemaRegistryProvider)
 {
     impl = new DbViewerApi(schemaRegistryProvider.GetSchemaRegistry());
 }
Ejemplo n.º 2
0
        public DbViewerApiController()
        {
            var schemaRegistry = SchemaRegistryProvider.GetSchemaRegistry();

            impl = new DbViewerApi(schemaRegistry);
        }