Пример #1
0
 public void DeleteOnCommit(T entity)
 {
     _entities.Set <T>()
     .Remove(entity);
 }