Пример #1
0
 public static DataTable Get_PortInfoReportIndex(int VesselID, int PortId, int CountryID, string Terminal, string searchText, string Sort_Column, string Sort_Direction, int?Page_Index, int?Page_Size, ref int Record_Count)
 {
     return(DAL_OPS_VoyageReports.Get_PortInfoReportIndex_DL(VesselID, PortId, CountryID, Terminal, searchText, Sort_Column, Sort_Direction, Page_Index, Page_Size, ref Record_Count));
 }