Beispiel #1
0
 public void Sua(HoatChatChinhDTO itemDTO)
 {
     HoatChatChinhDAO itemDAO = new HoatChatChinhDAO();
     itemDAO.Sua(itemDTO);
 }