Ejemplo n.º 1
0
 public DataTable GetCateProductParentAll(int Id, string lang)
 {
     CateProductDAO cateProductDAO = new CateProductDAO();
     return cateProductDAO.GetCateProductParentAll(Id, lang);
 }
Ejemplo n.º 2
0
 public DataTable GetCateProduct(string lang)
 {
     CateProductDAO cateProductDAO = new CateProductDAO();
     return cateProductDAO.GetCateProduct(lang);
 }
Ejemplo n.º 3
0
 public CateProduct GetCateProductById(int cId)
 {
     CateProductDAO cateProductDAO = new CateProductDAO();
     return cateProductDAO.GetCateProductById(cId);
 }