예제 #1
0
파일: Program.cs 프로젝트: jinibyun/oracle
        public static void Main(string[] args)
        {
            var test = new GetSchemaSample();

            test.GetSchema();
        }
예제 #2
0
 public GetSchemaTest(PubsubFixture pubsubFixture)
 {
     _pubsubFixture   = pubsubFixture;
     _getSchemaSample = new GetSchemaSample();
 }