示例#1
0
 public static int INS_Interview(string Interview_Name, int RankID, int CopyFrom, int Created_By, string InterviewType)
 {
     try
     {
         return(DAL_Crew_Interview.Create_Interview_DL(Interview_Name, RankID, CopyFrom, Created_By, InterviewType));
     }
     catch
     {
         throw;
     }
 }