##region
#region
#comments
comments
#exceptions
exceptions
#unit of work
unit of work
##region
#comments
#exceptions
#unit of work
#region
comments
exceptions
unit of work
replaced http://programmers.stackexchange.com/ with https://softwareengineering.stackexchange.com/
catch (Exception ex)
{
this.transaction.Rollback();
throw;
}
catch (Exception ex)
{
this.transaction.Rollback();
throw;
}
catch (Exception)
{
this.transaction.Rollback();
throw;
}
Loading
lang-cs