Exemplo n.º 1
0
 public void CommitTransaction()
 {
     try
     {
         ps.CommitTransaction();
     }
     catch (Exception)
     {
         ps.RollBackTRansaction();
         throw;
     }
 }