Exemplo n.º 1
0
 public void Close()
 {
     if (_uowFactory != null)
     {
         _uowFactory.Rollback();
     }
 }