コード例 #1
0
        //public static int INSERT_Crew_Evaluation_Answer(int CrewEvaluation_ID, int Criteria_ID, int UserAnswer, string Remarks, int Created_By)
        //{
        //    try
        //    {
        //        return DAL_Crew_Evaluation.INSERT_Crew_Evaluation_Answer_DL(CrewEvaluation_ID, Criteria_ID, UserAnswer, Remarks, Created_By);
        //    }
        //    catch
        //    {
        //        throw;
        //    }

        //}
        public static int INSERT_Crew_Evaluation_Answer(int CrewEvaluation_ID, int Criteria_ID, int UserAnswer, string TextAnswer, string Remarks, int Created_By)
        {
            try
            {
                return(DAL_Crew_Evaluation.INSERT_Crew_Evaluation_Answer_DL(CrewEvaluation_ID, Criteria_ID, UserAnswer, TextAnswer, Remarks, Created_By));
            }
            catch
            {
                throw;
            }
        }
コード例 #2
0
 public static int INSERT_Crew_Evaluation_Answer(int CrewEvaluation_ID, DataTable dt, int Created_By)
 {
     try
     {
         return(DAL_Crew_Evaluation.INSERT_Crew_Evaluation_Answer_DL(CrewEvaluation_ID, dt, Created_By));
     }
     catch
     {
         throw;
     }
 }