Example #1
0
 public bool Update(Group entity)
 {
     link.Group_Update(entity.ID, entity.Name, entity.Description, entity.Data_Start, entity.FK_Create_Member, entity.IsDeleted);
     return(link.SaveChanges() > 0);
 }