Beispiel #1
0
 public void Them(NoiSanXuatDTO itemDTO)
 {
     NoiSanXuatDAO itemDAO = new NoiSanXuatDAO();
     itemDAO.Them(itemDTO);
 }