Beispiel #1
0
 public TransactionSentinel(TransactionHelper t, string name)
 {
     tr        = t;
     this.name = name;
     tr.BeginTrans(name);
 }