コード例 #1
0
 public static int INSERT_EvaluationMonths(int Evaluation_ID, int RankID, int Month, int Created_By)
 {
     try
     {
         return(DAL_Crew_Evaluation.INSERT_EvaluationMonths_DL(Evaluation_ID, RankID, Month, Created_By));
     }
     catch
     {
         throw;
     }
 }