Beispiel #1
0
 public static AcTransaction StartTransaction(bool lockDocument = false)
 {
     return(Db.StartAcTransaction(lockDocument));
 }