コード例 #1
0
 public static DataTable Get_EvaluatedCrewDetails(int Schedule_ID)
 {
     try
     {
         return(DAL_Crew_Evaluation.Get_EvaluatedCrewDetails(Schedule_ID));
     }
     catch
     {
         throw;
     }
 }