Example #1
0
 public static int InsetOrder(DON_HANG_DTO dh)
 {
     try
     {
         return(DonHangDAO.InsertOrder(dh));
     }
     catch (Exception e)
     {
         throw e;
     }
 }