Пример #1
0
        public void Del(int[] ids)
        {
            string condition = new ConditionHelper().And("Id", new { Id = ids }, CompareType.In).ToString();

            _provider.Del(condition, ids);
        }