Example #1
0
 public static DataTable Get_CategoryList(string SearchText)
 {
     try
     {
         return(DAL_Crew_Interview.Get_CategoryList_DL(SearchText));
     }
     catch
     {
         throw;
     }
 }