Exemplo n.º 1
0
        public void TestRemoveAllByCriteria()
        {
            SqlTestStore <Bean> store = new SqlTestStore <Bean>("name");

            store.RemoveAllByCriteria(new FilterCriteria());
        }
Exemplo n.º 2
0
        public void TestRemoveAllByCriteriaNull()
        {
            SqlTestStore <Bean> store = new SqlTestStore <Bean>("name");

            store.RemoveAllByCriteria(null);
        }