Esempio n. 1
0
 /// <summary>
 /// -------------------------------------------------------------------
 /// Author:         Josephine Gad
 /// Date Created:   05/Mar/2014
 /// Descrption:     Get Service Provider, Hotel manifest and vehicle manifest of user
 /// -------------------------------------------------------------------
 /// </summary>
 public void PortAgentManifestGet(int iPortAgentID, string sDate, string sUserID, string sRole, string sOrderBy,
                                  int iSeaportID, Int16 iLoadType, int iNoOfDay)
 {
     DAL.PortAgentManifestGet(iPortAgentID, sDate, sUserID, sRole, sOrderBy, iSeaportID, iLoadType, iNoOfDay);
 }