Example #1
0
 public void Edit(T entity)
 {
     context.Entry <T>(entity).State = EntityState.Modified;
 }