示例#1
0
 public static int UPDATE_Interview(int IQID, string Interview_Name, int RankID, int Modified_By)
 {
     try
     {
         return(DAL_Crew_Interview.UPDATE_Interview_DL(IQID, Interview_Name, RankID, Modified_By));
     }
     catch
     {
         throw;
     }
 }