Exemple #1
0
 public DbViewerApiController(SchemaRegistryProvider schemaRegistryProvider)
 {
     impl = new DbViewerApi(schemaRegistryProvider.GetSchemaRegistry());
 }
        public DbViewerApiController()
        {
            var schemaRegistry = SchemaRegistryProvider.GetSchemaRegistry();

            impl = new DbViewerApi(schemaRegistry);
        }