Esempio n. 1
0
 /// <summary>
 /// -------------------------------------------------------------------
 /// Author:         Josephine Gad
 /// Date Created:   12/Mar/2014
 /// Descrption:     Get Vehicle Manifest TO confirm
 /// -------------------------------------------------------------------
 /// </summary>
 public void PortAgentManifestGetConfirmVehicleToAdd(DataTable dt, string UserId, string sRole,
                                                     string strLogDescription, string strFunction, string strPageName,
                                                     DateTime DateGMT, DateTime CreatedDate)
 {
     try
     {
         DAL.PortAgentManifestGetConfirmVehicleToAdd(dt, UserId, sRole, strLogDescription, strFunction,
                                                     strPageName, DateGMT, CreatedDate);
     }
     catch (Exception ex)
     {
         throw ex;
     }
     finally
     {
         if (dt != null)
         {
             dt.Dispose();
         }
     }
 }