예제 #1
0
 public StoredProcsTests(ITestOutputHelper h)
 {
     _db = Setup.GetConnection();
     h.WriteLine("xxxxxxxxxxx");
     Init();
 }
예제 #2
0
        public StoredProcsTests(ITestOutputHelper h)
        {
            _db = Setup.GetConnection();

            Init();
        }