Esempio n. 1
0
 public int Insert_TrainingTypeTable(TrainningTypeMantenanceInfo ttmInfo)
 {
     return(ineia.Insert_TrainingTypeTable(ttmInfo));
 }//老员工培训,培训类型维护,新增培训类型
Esempio n. 2
0
    }//老员工培训,培训类型维护,新增培训类型

    public int Update_TrainingTypeTable(TrainningTypeMantenanceInfo ttmInfo)
    {
        return(ineia.Update_TrainingTypeTable(ttmInfo));
    }//老员工培训,培训类型维护,编辑培训类型
Esempio n. 3
0
        }//老员工培训,培训类型维护,新增培训类型

        public int Update_TrainingTypeTable(TrainningTypeMantenanceInfo ttmInfo)
        {
            return((int)SqlHelper.ExecuteNonQuery(SqlHelper.ConnectionStringLocalTransaction, CommandType.StoredProcedure, "Proc_U_TrainingTypeTable",
                                                  new SqlParameter("@TTT_TypeID", ttmInfo.TTT_TypeID), new SqlParameter("@TTT_Type", ttmInfo.TTT_Type)));
        }//老员工培训,培训类型维护,编辑培训类型