Example #1
0
 /// <summary>
 /// Date Created:   12/09/2011
 /// Created By:     Josephine Gad
 /// (description)   Get Service Provider details
 /// -----------------------------------------
 /// Date Modified: 28/11/2011
 /// Modified By:   Charlene Remotigue
 /// (description)  optimization (use datareader instead of datatable
 /// </summary>
 //public static IDataReader GetPortAgent(string portAgentIDString)
 //{
 /// ------------------------------------------
 /// Date Modified: 05/Nov/2013
 /// Modified By:   Josephine Gad
 /// (description)  Rename GetPortAgent to GetPortAgentByID
 ///                Change IDataReader to void
 /// </summary>
 public static void GetPortAgentByID(int iPortAgentID, Int16 iLoadType)
 {
     VendorMaintenanceDAL.GetPortAgentByID(iPortAgentID, iLoadType);
 }