Ejemplo n.º 1
0
 public DataTable GetCateProduct(string lang)
 {
     CateProductDAO cateProductDAO = new CateProductDAO();
     return cateProductDAO.GetCateProduct(lang);
 }