Beispiel #1
0
 public void Update <T>(T entity) where T : class
 {
     Context.Update(entity);
 }