public void UpdateTest_SQLite()
        {
            var commonRepoTests = new CommonRepoTests();

            commonRepoTests.UpdateTest <GenericParameterHelper>();
        }
Exemple #2
0
        public void UpdateTest_MsSqlServer()
        {
            var commonRepoTests = new CommonRepoTests();

            commonRepoTests.UpdateTest <GenericParameterHelper>();
        }