Example #1
0
 public static DataSet GetVoyageData(string TGID, int VID, int KPI_ID)
 {
     return(DAL_TMSA_PI.GetVoyageData(TGID, VID, KPI_ID));
 }