Пример #1
0
        public static void Main(string[] args)
        {
            var test = new GetSchemaSample();

            test.GetSchema();
        }
Пример #2
0
 public GetSchemaTest(PubsubFixture pubsubFixture)
 {
     _pubsubFixture   = pubsubFixture;
     _getSchemaSample = new GetSchemaSample();
 }