Exemple #1
0
 public static DataTable GetOrderInformationByCode(int maDonHang)
 {
     try
     {
         return(DonHangDAO.GetOrderInformationByCode(maDonHang));
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }