Exemplo n.º 1
0
 public static DataTable Get_GradingList()
 {
     try
     {
         return(DAL_Crew_Interview.Get_GradingList_DL());
     }
     catch
     {
         throw;
     }
 }