Ejemplo n.º 1
0
 public static int Update_EvaluationMonths(int Program_Id, DataTable Vessel_IDS, int Month, int Active_Status, int Created_By)
 {
     return(DAL_LMS_Training.Update_EvaluationMonths(Program_Id, Vessel_IDS, Month, Active_Status, Created_By));
 }