Exemplo n.º 1
0
 public static DataTable Get_Interviews(string FilterName, int RankID, int UserID)
 {
     try
     {
         return(DAL_Crew_Interview.Get_Interviews_DL(FilterName, RankID, UserID));
     }
     catch
     {
         throw;
     }
 }
Exemplo n.º 2
0
 public static DataTable Get_Interviews(int RankID, int UserID)
 {
     try
     {
         return(DAL_Crew_Interview.Get_Interviews_DL(RankID, UserID));
     }
     catch
     {
         throw;
     }
 }