Пример #1
0
 /// <summary>
 /// Deletes the entity by the specified primary key.
 /// </summary>
 /// <param name="id">The primary key value.</param>
 public override void Delete(object id)
 {
     _transaction.BeginTransaction();
     base.Delete(id);
 }