Exemplo n.º 1
0
        public IList GetList()
        {
            SachDAO sd = new SachDAO();
            IList   ds;

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