Example #1
0
        public override bool InsertElement(Candidate oT)
        {
            TrainingCenterEntities oEntity = ConnectionEntities.getTrainingCenter(mAcount);

            return(oEntity.SP_Creat_Candidate(null, null, oT.FullName, oT.DateBirthday, oT.Sex, oT.Address, oT.Description,
                                              oT.YearsExperience, oT.UniversityDegree, oT.CenterId, null, oT.ImagePath, oT.Contents, oT.DocumentPath,
                                              DateTime.Now, DateTime.Now, null, oT.DateSent, oT.Notes, oT.RecruitmentId, null, oT.JobTitleId, null)
                   > 0?true:false);
        }