public static void InsertCTOrder(CHI_TIET_DON_HANG_DTO ct) { try { DonHangDAO.InsertCTOrder(ct); } catch (Exception e) { throw e; } }