コード例 #1
0
 public static DataTable Get_Evaluations(int Evaluation_ID)
 {
     try
     {
         return(DAL_Crew_Evaluation.Get_Evaluations_DL(Evaluation_ID));
     }
     catch
     {
         throw;
     }
 }
コード例 #2
0
 public static DataTable Get_Evaluations(string FilterName)
 {
     try
     {
         return(DAL_Crew_Evaluation.Get_Evaluations_DL(FilterName));
     }
     catch
     {
         throw;
     }
 }