Пример #1
0
 public static DataTable Get_CrewEvaluationResults(int CrewID, int Year)
 {
     try
     {
         return(DAL_Crew_Evaluation.Get_CrewEvaluationResults_DL(CrewID, Year));
     }
     catch
     {
         throw;
     }
 }