Exemplo n.º 1
0
 public static int UPDATE_CrewInterviewAnswer(int InterviewID, int QuestionID, int SelectedOptionID, string Remarks, int NotApplicable, int Created_By)
 {
     try
     {
         return(DAL_Crew_Interview.UPDATE_CrewInterviewAnswer_DL(InterviewID, QuestionID, SelectedOptionID, Remarks, NotApplicable, Created_By));
     }
     catch
     {
         throw;
     }
 }