Example #1
0
 public static DataTable Dash_Get_CrewCardIndex(int FlletCode, int VesselID, int Nationality, int ApprovalStatus, string SearchText, int UserID)
 {
     return(DAL_Dashboard.Dash_Get_CrewCardIndex_DL(FlletCode, VesselID, Nationality, ApprovalStatus, SearchText, UserID));
 }