Пример #1
0
 public static DataSet GET_PORT_REPORT(int PortReportId, int Vessel_ID)
 {
     return(DAL_OPS_VoyageReports.GET_PORT_REPORT(PortReportId, Vessel_ID));
 }