Example #1
0
 public int CapNhat(BAIVIET lpDTO)
 {
     DAOBaiViet BAIVIET = new DAOBaiViet();
     return BAIVIET.CapNhat(lpDTO);
 }