Example #1
0
 public static DataTable Get_BunkerReport(int BunkerReportId, int VesselId)
 {
     return(DAL_OPS_VoyageReports.Get_BunkerReport_DL(BunkerReportId, VesselId));
 }