Beispiel #1
0
        public void ExistByID()
        {
            bool IsExist = adminService.ExistByID(ExistedID);

            Assert.IsTrue(IsExist);
        }