Ejemplo n.º 1
0
 public T Update(T entity)
 {
     _ctx.Entry(entity).State = EntityState.Modified;
     return(entity);
 }