示例#1
0
 public int Xoa(int machungtu)
 {
     DAOBaiViet BAIVIET = new DAOBaiViet();
     return BAIVIET.Xoa(machungtu);
 }