Ejemplo n.º 1
0
        public override bool InsertElement(JobTitle oT)
        {
            TrainingCenterEntities oEntity = ConnectionEntities.getTrainingCenter(mAcount);

            return(oEntity.SP_Creat_JobTitle(oT.JobTitle1, oT.Description, oT.ImageName, oT.ImagePath, oT.OrderNumber)
                   > 0?true:false);
        }