Пример #1
0
 public bool UpdateSanPham(SanPham_ET sanPham)
 {
     return(dal_SanPham.UpdateSanPham(sanPham));
 }