Exemplo n.º 1
0
 public void GetListTest()//lay ncc khong khoa
 {
     Assert.AreEqual(2, dao.GetList().Count);
 }
Exemplo n.º 2
0
 public List <NhaCungCap> GetList()
 {
     return(data.GetList());
 }