Example #1
0
        public IList GetList()
        {
            SachDAO sd = new SachDAO();
            IList   ds;

            ds = SachDAO.GetList();
            return(ds);
        }
 public void GetListTest()// lay het sach
 {
     Assert.AreEqual(4, dao.GetList().Count);
 }
Example #3
0
 public List <Sach> GetList()
 {
     return(data.GetList());
 }