Пример #1
0
 public static DataTable Get_PortReportIndex(int Vessel_ID, DateTime?Fromdate, DateTime?Todate, string Sort_Column, string Sort_Direction, int?Page_Index, int?Page_Size, ref int Is_Fetch_Count)
 {
     return(DAL_OPS_VoyageReports.Get_PortReportIndex(Vessel_ID, Fromdate, Todate, Sort_Column, Sort_Direction, Page_Index, Page_Size, ref Is_Fetch_Count));
 }