Ejemplo n.º 1
0
 public static int DELETE_EvaluationRules(int Evaluation_ID, int RankID, int Deleted_By)
 {
     try
     {
         return(DAL_Crew_Evaluation.DELETE_EvaluationRules_DL(Evaluation_ID, RankID, Deleted_By));
     }
     catch
     {
         throw;
     }
 }