示例#1
0
        public void TestRemoveAllByCriteria()
        {
            SqlTestStore <Bean> store = new SqlTestStore <Bean>("name");

            store.RemoveAllByCriteria(new FilterCriteria());
        }
示例#2
0
        public void TestRemoveAllByCriteriaNull()
        {
            SqlTestStore <Bean> store = new SqlTestStore <Bean>("name");

            store.RemoveAllByCriteria(null);
        }