Ejemplo n.º 1
0
 public int themsuasanpham(int Id, Sanpham sanpham)
 {
     return(sanphamDAO.themsuasanpham(Id, sanpham));
 }