Ejemplo n.º 1
0
        public bool Update(FeaIdObject ob)
        {
            var db = new eTrainingScheduleEntities();

            return(db.sp_tbl_FeaId_UPDATE(ob.FeaId, ob.FeaName, ob.Isdeleted) > 0);
        }