예제 #1
0
        public void DeleteTest_SQLite()
        {
            var commonRepoTests = new CommonRepoTests();

            commonRepoTests.DeleteTest <GenericParameterHelper>();
        }
예제 #2
0
        public void DeleteTest_MsSqlServer()
        {
            var commonRepoTests = new CommonRepoTests();

            commonRepoTests.DeleteTest <GenericParameterHelper>();
        }