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