Beispiel #1
0
 public void Update(T entity)
 {
     context.Modify(entity);
 }