Exemplo n.º 1
0
 public static int UPDATE_EvaluationRules(int Program_Id, DataTable Vessel_IDS, int RuleID, int Active_Status, int Created_By)
 {
     return(DAL_LMS_Training.UPDATE_EvaluationRules(Program_Id, Vessel_IDS, RuleID, Active_Status, Created_By));
 }