Пример #1
0
        public void TestMethod3()
        {
            RefDAL refDAL = new RefDAL();
            var    id     = Guid.Parse("F98FA4A8-09E6-D403-1FF6-021EC8F4E5AF");

            Assert.IsTrue(refDAL.DeleteRef(id));
        }
Пример #2
0
        /// <summary>
        /// Xóa Ref theo  RefID
        /// </summary>
        /// <param name="id"></param>
        /// <returns></returns>
        public bool DeleteEntity(Guid id)
        {
            RefDAL refDAL = new RefDAL();

            return(refDAL.DeleteRef(id));
        }