Esempio n. 1
0
 /// <summary>
 /// -------------------------------------------------------------------
 /// Author:         Josephine Gad
 /// Date Created:   17/Mar/2014
 /// Descrption:     Cancel hotel manifest of Service Provider by RCCL
 /// -------------------------------------------------------------------
 /// </summary>
 public void PortAgentManifestConfirmHotelCancel(string sUser, string sRole, string sEmailTo,
                                                 string sEmailCC, string sComment, string sConfirmedBy, string sRequestSource, string strLogDescription,
                                                 string strFunction, string strPageName, DateTime DateGMT, DateTime CreatedDate)
 {
     DAL.PortAgentManifestConfirmHotelCancel(sUser, sRole, sEmailTo,
                                             sEmailCC, sComment, sConfirmedBy, sRequestSource, strLogDescription, strFunction, strPageName,
                                             DateGMT, CreatedDate);
 }