Exemple #1
0
 /// <summary>
 /// Commit transaction
 /// </summary>
 public virtual void CommitTransaction()
 {
     _context.CommitTransaction();
 }