Beispiel #1
0
        public void DeleteByIDs()
        {
            string ids       = "11,12,13,14";
            bool   IsDeleted = adminService.DeleteByIDs(ids);

            Assert.IsTrue(IsDeleted);
        }