Ejemplo n.º 1
0
 public static int UPDATE_EvaluationType(int ID, string EvaluationType, int Updated_By)
 {
     try
     {
         return(DAL_Crew_Evaluation.UPDATE_EvaluationType_DL(ID, EvaluationType, Updated_By));
     }
     catch
     {
         throw;
     }
 }