Example #1
0
 public DataTable GetVoyages(int VesselId, int LocationID)
 {
     return(ImportBLDAL.GetVoyages(VesselId, LocationID));
 }