Exemple #1
0
 public static int Update(DonTraHangDTO pNew)
 {
     return(DonTraHangDAO.Update(pNew));
 }