Exemplo n.º 1
0
 public static DataTable Get_InterviewQuestion_Options(int QuestionID)
 {
     return(DAL_Crew_Interview.Get_InterviewQuestion_Options_DL(QuestionID));
 }