Exemple #1
0
 public void GetListProductEmptyWhenNotExistCategoryID()
 {
     Assert.AreEqual("", categoryDao.GetListAllProduct(0));
 }