Exemplo n.º 1
0
 public static DataTable Get_CriteriaList(string SearchText, int CategoryID)
 {
     try
     {
         return(DAL_Crew_Interview.Get_CriteriaList_DL(SearchText, CategoryID));
     }
     catch
     {
         throw;
     }
 }