Beispiel #1
0
        /// <summary>
        /// Kiểm tra trung RefNo trong DB
        /// </summary>
        /// <param name="id"></param>
        /// <returns></returns>
        public bool CheckRefNo(string id)
        {
            RefDAL refDAL = new RefDAL();

            return(refDAL.CheckRefNo(id));
        }
Beispiel #2
0
        public void TestMethod2()
        {
            RefDAL refDAL = new RefDAL();

            Assert.IsTrue(refDAL.CheckRefNo("NK0000200"));
        }