Пример #1
0
 public static DataSet Get_EvaluationRanks(int ParentRank, string Configuration_Type)
 {
     try
     {
         return(DAL_Crew_Evaluation.Get_EvaluationRanks(ParentRank, Configuration_Type));
     }
     catch
     {
         throw;
     }
 }