예제 #1
0
 public static DataTable Get_EvaluationScheduleByVessel(int Vessel_ID, int StartMonth, int Eva_Type, string SearchText)
 {
     try
     {
         return(DAL_Crew_Evaluation.Get_EvaluationScheduleByVessel_DL(Vessel_ID, StartMonth, Eva_Type, SearchText));
     }
     catch
     {
         throw;
     }
 }