Exemplo n.º 1
0
 public static DataTable Get_EvaluationLocation(int EvaluationID)
 {
     try
     {
         return(DAL_Crew_Evaluation.Get_EvaluationLocation(EvaluationID));
     }
     catch
     {
         throw;
     }
 }