示例#1
0
 public void Rollback()
 {
     SGDB.Rollback(this);
     CleanUp();
     Logger.Log($"Transação {Id}: Rollback");
 }